aboutsummaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
Diffstat (limited to 'actions')
-rw-r--r--actions/systemsettings/install.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/actions/systemsettings/install.php b/actions/systemsettings/install.php
index 8a0346d74..1587388bb 100644
--- a/actions/systemsettings/install.php
+++ b/actions/systemsettings/install.php
@@ -23,6 +23,8 @@
$site->access_id = 2; // The site is public
$site->save();
+ datalist_set('installed',time());
+
datalist_set('path',get_input('path'));
datalist_set('dataroot',get_input('dataroot'));