From 347ce2aafada161849dad8593100c40e14c641ce Mon Sep 17 00:00:00 2001
From: Michiel de Jong <michiel@unhosted.org>
Date: Fri, 11 May 2012 17:30:27 +0200
Subject: [PATCH] match setup script to .htaccess from repo

---
 lib/setup.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/setup.php b/lib/setup.php
index 61ed6d78ae..1929256b6c 100644
--- a/lib/setup.php
+++ b/lib/setup.php
@@ -324,8 +324,6 @@ class OC_Setup {
 		$content.= "RewriteRule ^.well-known/caldav /remote.php/caldav/ [R]\n";
 		$content.= "RewriteRule ^apps/([^/]*)/(.*\.(css|php))$ index.php?app=$1&getfile=$2 [QSA,L]\n";
 		$content.= "RewriteRule ^remote/(.*) remote.php [QSA,L]\n";
-		$content.= "RewriteRule ^.well-known/carddav /apps/contacts/carddav.php [R]\n";
-		$content.= "RewriteRule ^.well-known/caldav /apps/calendar/caldav.php [R]\n";
 		$content.= "</IfModule>\n";
 		$content.= "Options -Indexes\n";
 		@file_put_contents(OC::$SERVERROOT.'/.htaccess', $content); //supress errors in case we don't have permissions for it
-- 
GitLab