]> source.dussan.org Git - nextcloud-server.git/commitdiff
oops, typo in lib/setup.php
authorMichiel de Jong <michiel@unhosted.org>
Fri, 11 May 2012 15:09:10 +0000 (17:09 +0200)
committerMichiel de Jong <michiel@unhosted.org>
Fri, 11 May 2012 15:09:10 +0000 (17:09 +0200)
lib/setup.php

index 5d5609310524fca47beded38edccfafb4e210f8d..61ed6d78ae4322e8143aeb3e2eb6892e7a9c85da 100644 (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";