aboutsummaryrefslogtreecommitdiffstats
path: root/lib/setup.php
diff options
context:
space:
mode:
authorKamil Domanski <kdomanski@kdemail.net>2011-06-23 23:41:53 +0200
committerKamil Domanski <kdomanski@kdemail.net>2011-06-23 23:41:53 +0200
commit0bf67298d142b157712ce345e1d999ff2ab9ea49 (patch)
tree877ac53afb60825d7194766b63ff002285b52fdf /lib/setup.php
parent5aa8f16bbf95b3de867a4c5e3cf1e862885e5568 (diff)
downloadnextcloud-server-0bf67298d142b157712ce345e1d999ff2ab9ea49.tar.gz
nextcloud-server-0bf67298d142b157712ce345e1d999ff2ab9ea49.zip
no indexing in generated htaccess
Diffstat (limited to 'lib/setup.php')
-rw-r--r--lib/setup.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/setup.php b/lib/setup.php
index 0a8c9650cbc..a3cefad62b0 100644
--- a/lib/setup.php
+++ b/lib/setup.php
@@ -188,6 +188,7 @@ class OC_SETUP {
$content.= "php_value upload_max_filesize 20M\n";//upload limit
$content.= "php_value post_max_size 20M\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
$content = "deny from all";