diff options
author | ArthurHoaro <arthur@hoa.ro> | 2019-02-24 11:29:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-24 11:29:56 +0100 |
commit | 015314f3c6a1ce0b2c45fdb2fb0d36a15cab10f5 (patch) | |
tree | c805547e171afd615b90486fa8bd7656f5fb9090 /application/config | |
parent | 0ee11e93907f0132e3b25a185093047bcd6b141d (diff) | |
parent | 520d29578c57e476ece3bdd20c286d196b7b61b4 (diff) | |
download | Shaarli-015314f3c6a1ce0b2c45fdb2fb0d36a15cab10f5.tar.gz Shaarli-015314f3c6a1ce0b2c45fdb2fb0d36a15cab10f5.tar.zst Shaarli-015314f3c6a1ce0b2c45fdb2fb0d36a15cab10f5.zip |
Merge pull request #1269 from ArthurHoaro/feature/remove-redirector
Remove the redirector setting
Diffstat (limited to 'application/config')
-rw-r--r-- | application/config/ConfigManager.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/application/config/ConfigManager.php b/application/config/ConfigManager.php index e6c35073..30993928 100644 --- a/application/config/ConfigManager.php +++ b/application/config/ConfigManager.php | |||
@@ -221,7 +221,6 @@ class ConfigManager | |||
221 | 'general.title', | 221 | 'general.title', |
222 | 'general.header_link', | 222 | 'general.header_link', |
223 | 'privacy.default_private_links', | 223 | 'privacy.default_private_links', |
224 | 'redirector.url', | ||
225 | ); | 224 | ); |
226 | 225 | ||
227 | // Only logged in user can alter config. | 226 | // Only logged in user can alter config. |
@@ -381,9 +380,6 @@ class ConfigManager | |||
381 | // default state of the 'remember me' checkbox of the login form | 380 | // default state of the 'remember me' checkbox of the login form |
382 | $this->setEmpty('privacy.remember_user_default', true); | 381 | $this->setEmpty('privacy.remember_user_default', true); |
383 | 382 | ||
384 | $this->setEmpty('redirector.url', ''); | ||
385 | $this->setEmpty('redirector.encode_url', true); | ||
386 | |||
387 | $this->setEmpty('thumbnails.width', '125'); | 383 | $this->setEmpty('thumbnails.width', '125'); |
388 | $this->setEmpty('thumbnails.height', '90'); | 384 | $this->setEmpty('thumbnails.height', '90'); |
389 | 385 | ||