From 152405d1b34b8ba1a27b288eba53bb29ed2bf228 Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 5 Jun 2008 08:45:31 +0000 Subject: Installation and initial account creation should now be stable. git-svn-id: https://code.elgg.org/elgg/trunk@800 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/systemsettings/install.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actions') 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')); -- cgit v1.2.3