summaryrefslogtreecommitdiffstats
path: root/lib/setup.php
diff options
context:
space:
mode:
authorMichael Gapczynski <mtgap@owncloud.com>2013-01-07 14:15:51 -0500
committerMichael Gapczynski <mtgap@owncloud.com>2013-01-07 14:15:51 -0500
commitd39655e1269494dd1c8cad06c972e8884cace8ea (patch)
tree41cec4ecd5289521a452aab079b0074faac1464f /lib/setup.php
parentda7a14e9a6cc5a388ae817a226af7fa262fe6846 (diff)
downloadnextcloud-server-d39655e1269494dd1c8cad06c972e8884cace8ea.tar.gz
nextcloud-server-d39655e1269494dd1c8cad06c972e8884cace8ea.zip
Move template parameters around so database error page is properly rendered
Diffstat (limited to 'lib/setup.php')
-rw-r--r--lib/setup.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/setup.php b/lib/setup.php
index fdd10be6824..424414faa6b 100644
--- a/lib/setup.php
+++ b/lib/setup.php
@@ -141,7 +141,9 @@ class OC_Setup {
if(count($error) == 0) {
OC_Appconfig::setValue('core', 'installedat', microtime(true));
OC_Appconfig::setValue('core', 'lastupdatedat', microtime(true));
-
+ OC_AppConfig::setValue('core', 'remote_core.css', '/core/minimizer.php');
+ OC_AppConfig::setValue('core', 'remote_core.js', '/core/minimizer.php');
+
OC_Group::createGroup('admin');
OC_Group::addToGroup($username, 'admin');
OC_User::login($username, $password);