aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteckbrief <steckbrief@chefmail.de>2016-09-19 12:51:43 +0200
committersteckbrief <steckbrief@chefmail.de>2016-09-19 12:51:43 +0200
commit8bd12356c6dc395b7c82f909e7c62b9431657002 (patch)
tree98bb0a067f276402af983adab3eee7c92343b221
parent9caf7e3c4588b9e5f3c4471e0ba6597a49a44941 (diff)
default configuration changed
- 'original_url_protection' changed from '' to 'all' - 'derivative_url_style' changed from 0 to 2 (auto to script)
-rw-r--r--include/config_default.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php
index f66dab486..ee0963f43 100644
--- a/include/config_default.inc.php
+++ b/include/config_default.inc.php
@@ -778,7 +778,7 @@ $conf['pem_languages_category'] = 8;
$conf['upload_form_automatic_rotation'] = true;
// 0-'auto', 1-'derivative' 2-'script'
-$conf['derivative_url_style']=0;
+$conf['derivative_url_style']=2;
$conf['chmod_value']= substr_compare(PHP_SAPI, 'apa', 0, 3)==0 ? 0777 : 0755;
@@ -794,7 +794,7 @@ $conf['max_requests']=3;
// one of '', 'images', 'all'
//TODO: Put this in admin and also manage .htaccess in #sites and upload folders
-$conf['original_url_protection'] = '';
+$conf['original_url_protection'] = 'all';
// Default behaviour when a new album is created: should the new album inherit the group/user