aboutsummaryrefslogtreecommitdiffstats
path: root/include/config_default.inc.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2012-05-26 07:48:28 +0000
committerplegall <plg@piwigo.org>2012-05-26 07:48:28 +0000
commit7ceb4bf21c26cb2446b5843852ddf1277674068c (patch)
tree3ae4e4deadc984155a93f16a9f1af9eedd28c091 /include/config_default.inc.php
parent4355ed1ce797db912f91d7c314fc8c3266ecf552 (diff)
remove useless function/configuration due to derivatives
git-svn-id: http://piwigo.org/svn/trunk@15316 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--include/config_default.inc.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php
index 640cd5609..073b97cc3 100644
--- a/include/config_default.inc.php
+++ b/include/config_default.inc.php
@@ -226,13 +226,6 @@ $conf['representative_cache_on_subcats'] = true;
// category and element description.
$conf['allow_html_descriptions'] = true;
-// prefix_thumbnail : string before filename. Thumbnail's prefix must only
-// contain characters among : a to z (case insensitive), "-" or "_".
-$conf['prefix_thumbnail'] = 'TN-';
-
-// dir_thumbnail : directory where thumbnail reside.
-$conf['dir_thumbnail'] = 'thumbnail';
-
// users_page: how many users to display in screen
// Administration>Identification>Users?
$conf['users_page'] = 20;