mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
removed message if no header.inc.php and directly redirect to setup
This commit is contained in:
parent
07f6ff431f
commit
caee1c36fd
3
home.php
3
home.php
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user