Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2013-11-20 15:14:53 +0400
committerMarc Delisle <marc@infomarc.info>2013-11-20 15:14:53 +0400
commitebc5e9a5c7afa6e4ac449c80ce3f9b769d8fc013 (patch)
tree75fa04fabe66de97e6e35cc78573b58fa6f36447 /config.sample.inc.php
parentea6b5818ae03bf835cbba0ad22a664cc38ca807c (diff)
We do not need a separate ErrorReporting directive
Diffstat (limited to 'config.sample.inc.php')
-rw-r--r--config.sample.inc.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.sample.inc.php b/config.sample.inc.php
index d45c0f7c2d..07047acbeb 100644
--- a/config.sample.inc.php
+++ b/config.sample.inc.php
@@ -139,11 +139,11 @@ $cfg['SaveDir'] = '';
//$cfg['QueryHistoryMax'] = 100;
/**
- * Should error reporting be enabled for javascript errors
+ * Should error reporting be enabled for JavaScript errors
*
- * default = true
+ * default = 'ask'
*/
-//$cfg['ErrorReporting'] = true;
+//$cfg['SendErrorReports'] = 'ask';
/*
* You can find more configuration options in the documentation