From 5b22fcea0eff97187eacd965a54d04d8c2568b6a Mon Sep 17 00:00:00 2001 From: rvelices Date: Sat, 2 Feb 2013 07:09:52 +0000 Subject: feature 2831: simple way to protect urls of originals git-svn-id: http://piwigo.org/svn/trunk@20516 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/config_default.inc.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/config_default.inc.php') 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 -- cgit v1.2.3