From 8bd12356c6dc395b7c82f909e7c62b9431657002 Mon Sep 17 00:00:00 2001 From: steckbrief Date: Mon, 19 Sep 2016 12:51:43 +0200 Subject: default configuration changed - 'original_url_protection' changed from '' to 'all' - 'derivative_url_style' changed from 0 to 2 (auto to script) --- include/config_default.inc.php | 4 ++-- 1 file 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 -- cgit v1.2.3