diff options
author | plegall <plg@piwigo.org> | 2005-09-20 22:04:57 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-09-20 22:04:57 +0000 |
commit | 16738920268f50813b4dbdafdc619b4ec8a2d9f2 (patch) | |
tree | f0172536878a30150426aa5b4d8c2922008050b1 /tools/config_local.inc.php | |
parent | 541c302c4023cc5514f6d09cc6eff1abd8543eb5 (diff) |
- update: upgrade from 1.4.0 or 1.4.1. Upgrade from 1.3.x is not available
anymore.
- update: README files updated for very near branch 1.5 :-)
- new: file tools/config_local.inc.php as example for optional
include/config_local.inc.php
- bug fixed: configuration parameter show_picture_name_on_title was useless
git-svn-id: http://piwigo.org/svn/trunk@870 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'tools/config_local.inc.php')
-rw-r--r-- | tools/config_local.inc.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/config_local.inc.php b/tools/config_local.inc.php new file mode 100644 index 000000000..6e74538fb --- /dev/null +++ b/tools/config_local.inc.php @@ -0,0 +1,8 @@ +<?php +// this file is provided as an example. It does not modify the configuration +// as long as it remains in "tools" directory. Move it to "include" +// directory if you want to modify default configuration. + +$conf['prefix_thumbnail'] = 'thumb_'; +$conf['show_gt'] = true; +?>
\ No newline at end of file |