diff options
Diffstat (limited to 'actions/systemsettings')
-rw-r--r-- | actions/systemsettings/install.php | 2 |
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'));
|