diff options
author | plegall <plg@piwigo.org> | 2005-11-08 21:26:30 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-11-08 21:26:30 +0000 |
commit | 648b69b56c7c202645a5fd6baadb81a72bfcc6a0 (patch) | |
tree | 96d72185d2d827691c45003c15a28306acc941e4 /include | |
parent | 5282ee6fb1e6a6f9db6b68b66494d1a225c207ab (diff) |
This commit was manufactured by cvs2svn to create tag1.5.0
'release-1_5_0'.
git-svn-id: http://piwigo.org/svn/tags/release-1_5_0@930 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include')
-rw-r--r-- | include/config_default.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index 3b48dc72a..33b9eab0b 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -128,7 +128,7 @@ $conf['tn_height'] = 96; // show_version : shall the version of PhpWebGallery be displayed at the // bottom of each page ? -$conf['show_version'] = true; +$conf['show_version'] = false; // links : list of external links to add in the menu. An example is the best // than a long explanation : @@ -285,7 +285,7 @@ $conf['session_id_size'] = 10; $conf['show_queries'] = false; // show_gt : display generation time at the bottom of each page -$conf['show_gt'] = true; +$conf['show_gt'] = false; // debug_l10n : display a warning message each time an unset language key is // accessed |