From a210406591f6a97d9f3d90df0dd375fcca3571f4 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 15 Feb 2008 15:20:46 +0000 Subject: Added the concept of a site_id to msot of the database tables. Also some extra installation stuff. git-svn-id: https://code.elgg.org/elgg/trunk@43 36083f99-b078-4883-b0ff-0f9b5a30f544 --- install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install.php') diff --git a/install.php b/install.php index 3be2b3c78..35d4febd6 100644 --- a/install.php +++ b/install.php @@ -20,8 +20,8 @@ /** * If we're installed, go back to the homepage */ - if (is_installed()) - forward(); + if (is_installed() && is_db_installed()) + forward("index.php"); /** * Install the database -- cgit v1.2.3