mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Added a message for users that haven't created a header.inc.php file yet
This commit is contained in:
parent
391dbe96b5
commit
5174d4a86c
@ -12,6 +12,12 @@
|
|||||||
|
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
|
if (! is_file("header.inc.php")) {
|
||||||
|
echo '<center>It appears that phpGroupWare is not setup yet, please click <a href="setup/index.php">'
|
||||||
|
. 'here</a>.</center>';
|
||||||
|
exit;
|
||||||
|
}
|
||||||
|
|
||||||
if (!isset($sessionid) || !$sessionid) {
|
if (!isset($sessionid) || !$sessionid) {
|
||||||
Header("Location: login.php");
|
Header("Location: login.php");
|
||||||
exit;
|
exit;
|
||||||
|
Loading…
Reference in New Issue
Block a user