"deny from all" instead directory

This commit is contained in:
Lukas Reschke 2012-10-15 23:35:27 +02:00
parent a97d73d616
commit c3646f5554
1 changed files with 1 additions and 3 deletions

View File

@ -7,9 +7,7 @@ $hasOracle = is_callable('oci_connect');
$datadir = OC_Config::getValue('datadirectory', OC::$SERVERROOT.'/data');
// Test if .htaccess is working
$content = "<Directory /data>\n";
$content.= "Deny from All\n";
$content.= "</Directory>";
$content = "deny from all";
file_put_contents(OC::$SERVERROOT.'/data/.htaccess', $content);
$opts = array(