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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-06-30 23:27:38 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-07-02 18:33:57 +0300
commit545db4a44353e0ee70a1a93ea01dce4d5c4cad70 (patch)
tree8cc592657975caecc316941fac2442f732d03224 /config.sample.inc.php
parent89b75b3a4e94fb33e427281dce12fe474c248291 (diff)
rfe #812 store export definitions for reuse
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'config.sample.inc.php')
-rw-r--r--config.sample.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.sample.inc.php b/config.sample.inc.php
index 8e87694629..0004f05cf7 100644
--- a/config.sample.inc.php
+++ b/config.sample.inc.php
@@ -63,6 +63,7 @@ $cfg['Servers'][$i]['AllowNoPassword'] = false;
// $cfg['Servers'][$i]['savedsearches'] = 'pma__savedsearches';
// $cfg['Servers'][$i]['central_columns'] = 'pma__central_columns';
// $cfg['Servers'][$i]['designer_settings'] = 'pma__designer_settings';
+// $cfg['Servers'][$i]['exporttemplates'] = 'pma__exporttemplates';
/* Contrib / Swekey authentication */
// $cfg['Servers'][$i]['auth_swekey_config'] = '/etc/swekey-pma.conf';