diff --git a/error.php b/error.php new file mode 100644 index 000000000..e1e9045bf --- /dev/null +++ b/error.php @@ -0,0 +1,74 @@ + require_once "version.php" ?> + require_once "config.php" ?> + + + $ERRORS[0] = "Unknown error"; + + $ERRORS[1] = "This program requires XmlHttpRequest " . + "to function properly. Your browser doesn't seem to support it."; + + $ERRORS[2] = "This program requires cookies " . + "to function properly. Your browser doesn't seem to support them."; + + $ERRORS[3] = "Backend sanity check failed."; + + $ERRORS[4] = "Frontend sanity check failed."; + + $ERRORS[5] = "Incorrect database schema version."; + +?> + + +
+
+
|
+|||
+
+ Fatal Error+ += $ERRORS[$_GET["c"]] ?>
+
+ |
+|||
+ Tiny-Tiny RSS v= VERSION ?> © 2005 Andrew Dolgov
+ if (WEB_DEMO_MODE) { ?>
+ Running in demo mode, some functionality is disabled. + } ?> + |
+
+ } ?>
+