From 78c1ed384a798be38a82ab739433784af1c74fb3 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Thu, 13 Mar 2003 21:35:58 +0000 Subject: # Added default HTML files for HTTP error messages and the stats page. [Steven Young] --- doc/debug.html | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 doc/debug.html (limited to 'doc/debug.html') diff --git a/doc/debug.html b/doc/debug.html new file mode 100644 index 0000000..c62ca43 --- /dev/null +++ b/doc/debug.html @@ -0,0 +1,48 @@ + + + +Request failed - {cause} + + + +
{cause}
+
+The request you made failed. Here are the error variables: +
+request +
+{request} +
+cause +
+{cause} +
+clientip +
+{clientip} +
+clienthost +
+{clienthost} +
+version +
+{version} +
+package +
+{package} +
+date +
+{date} +
+detail +
+{detail} +
+url +
+{url} + + -- cgit v1.2.3