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:
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 c4f4df6f80..44d30785d4 100644
--- a/config.sample.inc.php
+++ b/config.sample.inc.php
@@ -150,6 +150,13 @@ $cfg['SaveDir'] = '';
//$cfg['SendErrorReports'] = 'always';
/**
+ * Enabling or disabling Theme Generator
+ *
+ * default = 'false'
+ */
+//$cfg['ThemeGenerator'] = 'false';
+
+/**
* You can find more configuration options in the documentation
* in the doc/ folder or at <https://docs.phpmyadmin.net/>.
*/