Fixed banners and fixed it checking sessions, if theres no sessionid, send them to login

This commit is contained in:
jengo 2001-07-11 05:12:27 +00:00
parent bb668cbdd1
commit 0551ebb4ef

View File

@ -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
*/ */