diff options
Diffstat (limited to 'include/config_default.inc.php')
-rw-r--r-- | include/config_default.inc.php | 10 |
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-'; |