aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2005-11-08 21:23:20 +0000
committerplegall <plg@piwigo.org>2005-11-08 21:23:20 +0000
commitf5d15d6b12727961d8d9a10439f64bb16b5fcb87 (patch)
tree1017a9de36047e708a037f4d21383ac311ead8a5
parent4639f2dfbc0a3f5bbc6ed5e4550dc8f73e96b195 (diff)
- Branch 1.5 creation
- modification: on a fix branch, version is not shown, neither generation time. git-svn-id: http://piwigo.org/svn/branches/branch-1_5@928 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--doc/ChangeLog7
-rw-r--r--include/config_default.inc.php4
2 files changed, 9 insertions, 2 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index b590fb6b5..445e39938 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,10 @@
+2005-11-08 Pierrick LE GALL
+
+ * Branch 1.5 creation
+
+ * modification: on a fix branch, version is not shown, neither
+ generation time.
+
2005-11-07 Pierrick LE GALL
* bug 184 fixed: for the third time...
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