diff options
author | plegall <plg@piwigo.org> | 2005-05-14 13:39:00 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-05-14 13:39:00 +0000 |
commit | b15c91743dcf2ee0ad1717f8bd0fce6aa1969c81 (patch) | |
tree | 2c05a2f64a09148ed7388eb81872c63805ec6fee /include/config.inc.php | |
parent | 06dbb3790190144202df48f6f6265810b8d0f63d (diff) |
This commit was manufactured by cvs2svn to create tag1.4.1
'release-1_4_1'.
git-svn-id: http://piwigo.org/svn/tags/release-1_4_1@790 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/config.inc.php')
-rw-r--r-- | include/config.inc.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/config.inc.php b/include/config.inc.php index c9c23b0e5..b13f1d6c7 100644 --- a/include/config.inc.php +++ b/include/config.inc.php @@ -191,4 +191,8 @@ $conf['tn_width'] = 128; // tn_height : default height for thumbnails creation $conf['tn_height'] = 96; + +// show_version : shall the version of PhpWebGallery be displayed at the +// bottom of each page ? +$conf['show_version'] = false; ?> |