aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2006-02-16 00:45:18 +0000
committerrvelices <rv-github@modusoptimus.com>2006-02-16 00:45:18 +0000
commitd22a07cee30b96f703ab2fa295a4c5f4407d0e00 (patch)
tree8c0545c3d30b38b18db20209fdd75b2587f29eb6 /include
parent2a01c7472a31ef36435ac4ca6022bcdfda149802 (diff)
feature 264: gallery_url, rate and rate_anonymous from config file to database
git-svn-id: http://piwigo.org/svn/trunk@1044 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include')
-rw-r--r--include/config_default.inc.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php
index 641cc190b..78121af0f 100644
--- a/include/config_default.inc.php
+++ b/include/config_default.inc.php
@@ -90,13 +90,6 @@ $conf['anti-flood_time'] = 60;
// catgory
$conf['calendar_datefield'] = 'date_creation';
-// rate : enable feature for rating elements
-$conf['rate'] = true;
-
-// rate_anonymous : visitors are able to rate pictures (requires
-// $conf['rate'] set to true)
-$conf['rate_anonymous'] = true;
-
// newcat_default_commentable : at creation, must a category be commentable
// or not ?
$conf['newcat_default_commentable'] = 'true';
@@ -171,9 +164,6 @@ $conf['allow_random_representative'] = false;
// category and element description.
$conf['allow_html_descriptions'] = true;
-// galery_url : URL given in RSS feed
-$conf['gallery_url'] = 'http://demo.phpwebgallery.net';
-
// prefix_thumbnail : string before filename. Thumbnail's prefix must only
// contain characters among : a to z (case insensitive), "-" or "_".
$conf['prefix_thumbnail'] = 'TN-';