summaryrefslogtreecommitdiffstats
path: root/lib/setup.php
diff options
context:
space:
mode:
authorMichiel de Jong <michiel@unhosted.org>2012-05-11 17:09:10 +0200
committerMichiel de Jong <michiel@unhosted.org>2012-05-11 17:09:10 +0200
commit4462b261605e4ac8beff4f3f1b65b2ab9867a971 (patch)
tree9eb00803691b12b31e1fbd85c2aa47e8d751a51c /lib/setup.php
parent2dff357a4e2f2e735a045cc53b9e4f2ae9856f33 (diff)
downloadnextcloud-server-4462b261605e4ac8beff4f3f1b65b2ab9867a971.tar.gz
nextcloud-server-4462b261605e4ac8beff4f3f1b65b2ab9867a971.zip
oops, typo in lib/setup.php
Diffstat (limited to 'lib/setup.php')
-rw-r--r--lib/setup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/setup.php b/lib/setup.php
index 5d560931052..61ed6d78ae4 100644
--- a/lib/setup.php
+++ b/lib/setup.php
@@ -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";