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:
authorMohamed Ashraf <mohamed.ashraf.213@gmail.com>2013-06-14 00:18:15 +0400
committerMohamed Ashraf <mohamed.ashraf.213@gmail.com>2013-06-14 00:18:15 +0400
commit5dbc0873ac3a3ad83fcbd5a9da1c888a76b8ecd3 (patch)
treefd13434e671d09e7b74d16e5feca7c2cacf4323d /config.sample.inc.php
parentca3c8a0383f4dd094bcd5cd368b4ec1786d030f0 (diff)
Added error reporting settings to config.sample.inc.php and to the libraries/config.default.php
Diffstat (limited to 'config.sample.inc.php')
-rw-r--r--config.sample.inc.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.sample.inc.php b/config.sample.inc.php
index 37a2f099b5..08c396ce8f 100644
--- a/config.sample.inc.php
+++ b/config.sample.inc.php
@@ -135,6 +135,13 @@ $cfg['SaveDir'] = '';
*/
//$cfg['QueryHistoryMax'] = 100;
+/**
+ * Should error reporting be enabled for javascript errors
+ *
+ * default = true
+ */
+//$cfg['ErrorReporting'] = true;
+
/*
* You can find more configuration options in the documentation
* in the doc/ folder or at <http://docs.phpmyadmin.net/>.