mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
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
This commit is contained in:
@@ -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-';
|
||||
|
||||
Reference in New Issue
Block a user