Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2013-01-14 23:30:39 +0400
committerBart Visscher <bartv@thisnet.nl>2013-01-16 21:09:16 +0400
commit5bfe4adbaa9c402db5bd0d0f74fd9ad7bb037129 (patch)
treec0a4b2c32975ec45c5d7ec371f1a4dfcb7caab0b /lib/setup.php
parenta8f963d9cf5b243cae497450af78c20cbc367b4b (diff)
Whitespace cleanup
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 fdd10be6824..b88bc4b52ce 100644
--- a/lib/setup.php
+++ b/lib/setup.php
@@ -153,7 +153,7 @@ class OC_Setup {
if (isset($_SERVER['SERVER_SOFTWARE']) && strstr($_SERVER['SERVER_SOFTWARE'], 'Apache')) {
self::createHtaccess();
}
-
+
//and we are done
OC_Config::setValue('installed', true);
}