summaryrefslogtreecommitdiffstats
path: root/lib/setup.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-08-29 20:34:44 +0200
committerBart Visscher <bartv@thisnet.nl>2012-08-29 20:34:44 +0200
commitdb18218a1bba86e364fd4fec08c2e1a0eb4e7b16 (patch)
treecfa630c22ea74e3d6bd6258b78776a1d8b5c84bd /lib/setup.php
parent9e32e0730644a4340b2f88b0d8750fd1f8e8903a (diff)
downloadnextcloud-server-db18218a1bba86e364fd4fec08c2e1a0eb4e7b16.tar.gz
nextcloud-server-db18218a1bba86e364fd4fec08c2e1a0eb4e7b16.zip
Space before tab fixes
Diffstat (limited to 'lib/setup.php')
-rw-r--r--lib/setup.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/setup.php b/lib/setup.php
index e60a461debf..271fe55fd70 100644
--- a/lib/setup.php
+++ b/lib/setup.php
@@ -84,8 +84,8 @@ class OC_Setup {
//write the config file
OC_Config::setValue('datadirectory', $datadir);
- OC_Config::setValue('dbtype', $dbtype);
- OC_Config::setValue('version',implode('.',OC_Util::getVersion()));
+ OC_Config::setValue('dbtype', $dbtype);
+ OC_Config::setValue('version',implode('.',OC_Util::getVersion()));
if($dbtype == 'mysql') {
$dbuser = $options['dbuser'];
$dbpass = $options['dbpass'];
@@ -552,7 +552,7 @@ class OC_Setup {
$content.= "</IfModule>\n";
$content.= "<IfModule mod_rewrite.c>\n";
$content.= "RewriteEngine on\n";
- $content.= "RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}]\n";
+ $content.= "RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}]\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/caldav /remote.php/caldav/ [R]\n";