mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Fixed banners and fixed it checking sessions, if theres no sessionid, send them to login
This commit is contained in:
parent
bb668cbdd1
commit
0551ebb4ef
11
index.php
11
index.php
@ -1,10 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/**************************************************************************\
|
/**************************************************************************\
|
||||||
* phpGroupWare - Messenger *
|
* phpGroupWare *
|
||||||
* http://www.phpgroupware.org *
|
* http://www.phpgroupware.org *
|
||||||
* This application written by Joseph Engo <jengo@phpgroupware.org> *
|
|
||||||
* -------------------------------------------- *
|
|
||||||
* Funding for this program was provided by http://www.checkwithmom.com *
|
|
||||||
* -------------------------------------------- *
|
* -------------------------------------------- *
|
||||||
* This program is free software; you can redistribute it and/or modify it *
|
* This program is free software; you can redistribute it and/or modify it *
|
||||||
* under the terms of the GNU General Public License as published by the *
|
* under the terms of the GNU General Public License as published by the *
|
||||||
@ -14,6 +11,12 @@
|
|||||||
|
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
|
if (! $sessionid)
|
||||||
|
{
|
||||||
|
Header('Location: login.php');
|
||||||
|
exit;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
This is the preliminary menuaction driver for the new multi-layered design
|
This is the preliminary menuaction driver for the new multi-layered design
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user