summaryrefslogtreecommitdiff
path: root/errors.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-03-18 17:39:23 +0300
committerAndrew Dolgov <[email protected]>2011-03-18 17:39:23 +0300
commitebb948c24e667f651fe882100cc478f0534b8760 (patch)
treead1817f8625575ba03614863e413bb1acb869a66 /errors.php
parent81f6deea473257379ef43ceb07077527b9d91dbb (diff)
rework initial sanitycheck to use JSON
Diffstat (limited to 'errors.php')
-rw-r--r--errors.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/errors.php b/errors.php
index cd76d10a6..12aeffe75 100644
--- a/errors.php
+++ b/errors.php
@@ -1,7 +1,7 @@
<?php
require_once "functions.php";
- $ERRORS[0] = __("Unknown error");
+ $ERRORS[0] = "";
$ERRORS[1] = __("This program requires XmlHttpRequest " .
"to function properly. Your browser doesn't seem to support it.");
@@ -25,7 +25,7 @@
$ERRORS[9] = __("Configuration check failed");
- $ERRORS[10] = __("Your version of MySQL is not currently supported. Please see
+ $ERRORS[10] = __("Your version of MySQL is not currently supported. Please see
official site for more information.");
$ERRORS[11] = "[This error is not returned by server]";