Skip to content
Snippets Groups Projects
Commit 4462b261 authored by Michiel de Jong's avatar Michiel de Jong
Browse files

oops, typo in lib/setup.php

parent 2dff357a
No related branches found
No related tags found
No related merge requests found
...@@ -322,7 +322,7 @@ class OC_Setup { ...@@ -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/host-meta /public.php?service=host-meta [QSA,L]\n";
$content.= "RewriteRule ^.well-known/carddav /remote.php/carddav/ [R]\n"; $content.= "RewriteRule ^.well-known/carddav /remote.php/carddav/ [R]\n";
$content.= "RewriteRule ^.well-known/caldav /remote.php/caldav/ [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 ^remote/(.*) remote.php [QSA,L]\n";
$content.= "RewriteRule ^.well-known/carddav /apps/contacts/carddav.php [R]\n"; $content.= "RewriteRule ^.well-known/carddav /apps/contacts/carddav.php [R]\n";
$content.= "RewriteRule ^.well-known/caldav /apps/calendar/caldav.php [R]\n"; $content.= "RewriteRule ^.well-known/caldav /apps/calendar/caldav.php [R]\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment