Skip to content

Commit

Permalink
Update Services_Upgrade_Settings.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Sweepr committed Jun 16, 2015
1 parent 354d9d0 commit e8c1c9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/services/Upgrade/Services_Upgrade_Settings.php
Expand Up @@ -60,11 +60,12 @@ function update() {
$this->setIfNot('external_whitelist', true);
$this->setIfNot('whitelist_url', 'http://jij.haatmij.nl/spotnet/whitelist.txt');
$this->setIfNot('enable_timing', false);
$this->setIfNot('cache_path', './cache/');
$this->setIfNot('cache_path', './cache/');
$this->setIfNot('enable_stacktrace', true);
$this->setIfNot('systemfrommail', 'spotweb@example.com');
$this->setIfNot('customcss', '');
$this->setIfNot('systemtype', 'public');
$this->setIfNot('imageover_subcats', true);
$this->setIfNot('newuser_grouplist',
array(
Array('groupid' => 2, 'prio' => 1), // Group ID 2 == Anonymous users, open system
Expand Down

0 comments on commit e8c1c9c

Please sign in to comment.