diff --git a/index.php b/index.php index 5be30e065e..fe7fff859f 100755 --- a/index.php +++ b/index.php @@ -12,6 +12,12 @@ /* $Id$ */ + if (! is_file("header.inc.php")) { + echo '
It appears that phpGroupWare is not setup yet, please click ' + . 'here.
'; + exit; + } + if (!isset($sessionid) || !$sessionid) { Header("Location: login.php"); exit;