diff options
Diffstat (limited to '')
-rw-r--r-- | include/config_default.inc.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index aa63f2407..4372e61fe 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -777,4 +777,8 @@ $conf['derivative_default_size'] = 'medium'; //Maximum Ajax requests at once, for thumbnails on-the-fly generation $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'] = ''; ?>
\ No newline at end of file |