[Pkg-owncloud-commits] [owncloud] 61/73: "deny from all" instead directory

David Prévot taffit at alioth.debian.org
Fri Nov 8 23:09:12 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag v4.0.10
in repository owncloud.

commit ecbf9ff90a3adc65730c142da9f36613e9869a14
Author: Lukas Reschke <lukas at statuscode.ch>
Date:   Mon Oct 15 23:35:27 2012 +0200

    "deny from all" instead directory
---
 lib/setup.php |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/lib/setup.php b/lib/setup.php
index 44fa47a..2723463 100644
--- a/lib/setup.php
+++ b/lib/setup.php
@@ -6,9 +6,7 @@ $hasPostgreSQL = is_callable('pg_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(

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list