diff options
author | Kamil Domanski <kdomanski@kdemail.net> | 2011-06-23 23:41:53 +0200 |
---|---|---|
committer | Kamil Domanski <kdomanski@kdemail.net> | 2011-06-23 23:41:53 +0200 |
commit | 0bf67298d142b157712ce345e1d999ff2ab9ea49 (patch) | |
tree | 877ac53afb60825d7194766b63ff002285b52fdf /lib/files.php | |
parent | 5aa8f16bbf95b3de867a4c5e3cf1e862885e5568 (diff) | |
download | nextcloud-server-0bf67298d142b157712ce345e1d999ff2ab9ea49.tar.gz nextcloud-server-0bf67298d142b157712ce345e1d999ff2ab9ea49.zip |
no indexing in generated htaccess
Diffstat (limited to 'lib/files.php')
-rw-r--r-- | lib/files.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/files.php b/lib/files.php index fca311833b5..0e7e44ec2ab 100644 --- a/lib/files.php +++ b/lib/files.php @@ -297,6 +297,7 @@ class OC_FILES { $content.= "php_value upload_max_filesize $size\n";//upload limit $content.= "php_value post_max_size $size\n"; $content.= "SetEnv htaccessWorking true\n"; + $content.= "Options -Indexes\n"; @file_put_contents($SERVERROOT.'/.htaccess', $content); //supress errors in case we don't have permissions for it } } |