summaryrefslogtreecommitdiff
path: root/errors.php
diff options
context:
space:
mode:
Diffstat (limited to 'errors.php')
-rw-r--r--errors.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/errors.php b/errors.php
index dc47f38e4..bd7b53fe4 100644
--- a/errors.php
+++ b/errors.php
@@ -28,4 +28,6 @@
official site for more information.");
$ERRORS[11] = "[This error is not returned by server]";
+
+ $ERRORS[12] = __("SQL escaping test failed, check your database and PHP configuration");
?>