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:
authorGeorg Ehrke <dev@georgswebsite.de>2012-04-18 10:20:51 +0400
committerGeorg Ehrke <dev@georgswebsite.de>2012-04-18 10:20:51 +0400
commit3e0e6e35f4fa638dd42bd5adc3b26e078bf3d081 (patch)
treed1c6b4ba110d4bdcd4036e58ba10ed287024ce9a /index.php
parent69ee0efc0b355c33ec566cffb36c4b0dc429c338 (diff)
open app thru index.php
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index b4cac1879c6..1858865875b 100644
--- a/index.php
+++ b/index.php
@@ -57,7 +57,7 @@ elseif(OC_User::isLoggedIn()) {
exit();
}
else {
- OC_Util::redirectToDefaultPage();
+ OC::loadapp();
}
}