From caee1c36fdf251d35e4292cf7c3e4c685b485cc2 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 3 Nov 2003 22:28:30 +0000 Subject: [PATCH] removed message if no header.inc.php and directly redirect to setup --- home.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home.php b/home.php index c3fc9db783..351bba7751 100755 --- a/home.php +++ b/home.php @@ -15,8 +15,7 @@ $phpgw_info = array(); if (!is_file('header.inc.php')) { - echo '
It appears that phpGroupWare is not setup yet, please click ' - . 'here.
'; + Header('Location: setup/index.php'); exit; }