summaryrefslogtreecommitdiffstats
path: root/lib/setup.php
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@devel.(none)>2011-11-19 12:02:34 +0100
committerFrank Karlitschek <frank@devel.(none)>2011-11-19 12:02:34 +0100
commit7df9d934caecfdbc6e316d79e37d37ebd52bdda6 (patch)
tree02f67da8816e8c6364539f9ca6e3229af97b944a /lib/setup.php
parent949bd2c47a47196f767aa8a6a8e70ae0b834ad90 (diff)
downloadnextcloud-server-7df9d934caecfdbc6e316d79e37d37ebd52bdda6.tar.gz
nextcloud-server-7df9d934caecfdbc6e316d79e37d37ebd52bdda6.zip
second half of the updating stuff
Diffstat (limited to 'lib/setup.php')
-rw-r--r--lib/setup.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/setup.php b/lib/setup.php
index e2d56ddaf4a..8afe0070e9b 100644
--- a/lib/setup.php
+++ b/lib/setup.php
@@ -77,6 +77,8 @@ class OC_Setup {
OC_Config::setValue('datadirectory', $datadir);
OC_Config::setValue('dbtype', $dbtype);
OC_Config::setValue('version',implode('.',OC_Util::getVersion()));
+ OC_Config::setValue('installedat',microtime(true));
+ OC_Config::setValue('lastupdatedat',microtime(true));
if($dbtype == 'mysql') {
$dbuser = $options['dbuser'];
$dbpass = $options['dbpass'];