oops, typo in lib/setup.php

This commit is contained in:
Michiel de Jong 2012-05-11 17:09:10 +02:00
parent 2dff357a4e
commit 4462b26160

View File

@ -322,7 +322,7 @@ class OC_Setup {
$content.= "RewriteRule ^.well-known/host-meta /public.php?service=host-meta [QSA,L]\n";
$content.= "RewriteRule ^.well-known/carddav /remote.php/carddav/ [R]\n";
$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 ^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";