aboutsummaryrefslogtreecommitdiffstats
path: root/tools/config.inc.php
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2010-03-21 13:31:20 +0000
committerpatdenice <patdenice@piwigo.org>2010-03-21 13:31:20 +0000
commit8db5b549d1bd5de7af366611698ee129da09762f (patch)
treebc09666f3f80dc4cf191177269dd0e82c1c5a90b /tools/config.inc.php
parent545b10474cba8b2e9fb0552b50cbf84ccea40052 (diff)
feature 1522: Move config_local.inc.php to local/config/config.inc.php
git-svn-id: http://piwigo.org/svn/trunk@5215 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'tools/config.inc.php')
-rw-r--r--tools/config.inc.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/config.inc.php b/tools/config.inc.php
new file mode 100644
index 000000000..6e74538fb
--- /dev/null
+++ b/tools/config.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