aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/config/ConfigManager.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/config/ConfigManager.php')
-rw-r--r--application/config/ConfigManager.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/application/config/ConfigManager.php b/application/config/ConfigManager.php
index faf25426..96e2e912 100644
--- a/application/config/ConfigManager.php
+++ b/application/config/ConfigManager.php
@@ -367,10 +367,6 @@ class ConfigManager
367 $this->setEmpty('general.enabled_plugins', self::$DEFAULT_PLUGINS); 367 $this->setEmpty('general.enabled_plugins', self::$DEFAULT_PLUGINS);
368 $this->setEmpty('general.default_note_title', 'Note: '); 368 $this->setEmpty('general.default_note_title', 'Note: ');
369 369
370 $this->setEmpty('thumbnails.enabled', true);
371 $this->setEmpty('thumbnails.width', 120);
372 $this->setEmpty('thumbnails.height', 120);
373
374 $this->setEmpty('updates.check_updates', false); 370 $this->setEmpty('updates.check_updates', false);
375 $this->setEmpty('updates.check_updates_branch', 'stable'); 371 $this->setEmpty('updates.check_updates_branch', 'stable');
376 $this->setEmpty('updates.check_updates_interval', 86400); 372 $this->setEmpty('updates.check_updates_interval', 86400);
@@ -385,9 +381,6 @@ class ConfigManager
385 // default state of the 'remember me' checkbox of the login form 381 // default state of the 'remember me' checkbox of the login form
386 $this->setEmpty('privacy.remember_user_default', true); 382 $this->setEmpty('privacy.remember_user_default', true);
387 383
388 $this->setEmpty('thumbnail.enable_thumbnails', true);
389 $this->setEmpty('thumbnail.enable_localcache', true);
390
391 $this->setEmpty('redirector.url', ''); 384 $this->setEmpty('redirector.url', '');
392 $this->setEmpty('redirector.encode_url', true); 385 $this->setEmpty('redirector.encode_url', true);
393 386