summaryrefslogtreecommitdiff
path: root/errors.php
diff options
context:
space:
mode:
Diffstat (limited to 'errors.php')
-rw-r--r--errors.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/errors.php b/errors.php
index 556af0882..603ef7056 100644
--- a/errors.php
+++ b/errors.php
@@ -22,4 +22,7 @@
$ERRORS[8] = "Denied. Your access level is insufficient to access this page.";
$ERRORS[9] = "Configuration check failed";
+
+ $ERRORS[10] = "Your version of MySQL is not currently supported. Please see
+ official site for more information.";
?>