removed message if no header.inc.php and directly redirect to setup

This commit is contained in:
Ralf Becker 2003-11-03 22:28:30 +00:00
parent 07f6ff431f
commit caee1c36fd

View File

@ -15,8 +15,7 @@
$phpgw_info = array(); $phpgw_info = array();
if (!is_file('header.inc.php')) if (!is_file('header.inc.php'))
{ {
echo '<center>It appears that phpGroupWare is not setup yet, please click <a href="setup/index.php">' Header('Location: setup/index.php');
. 'here</a>.</center>';
exit; exit;
} }