diff options
author | Robin Appelman <icewind@owncloud.com> | 2013-01-26 18:49:45 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2013-01-26 18:49:45 +0100 |
commit | 930b9b9cd0e60170549485164f33b5fc004d7ca2 (patch) | |
tree | fa966587794f11861e4e46f52957840de6cb4a4a /lib/setup.php | |
parent | f85838177596b3214430e750b5425bfe3c0cde86 (diff) | |
parent | c9e25d3fab17b178759dd6d2f9488aa4cf37fbbb (diff) | |
download | nextcloud-server-930b9b9cd0e60170549485164f33b5fc004d7ca2.tar.gz nextcloud-server-930b9b9cd0e60170549485164f33b5fc004d7ca2.zip |
merge master into filesystem
Diffstat (limited to 'lib/setup.php')
-rw-r--r-- | lib/setup.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/setup.php b/lib/setup.php index 28882b6bede..4dd190b99fb 100644 --- a/lib/setup.php +++ b/lib/setup.php @@ -165,7 +165,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); |