The buttonbar at the top of each page is now a fixed 'div' element
[gnucomo.git] / src / web / logout.php
index 45b0bcf..51ed43d 100644 (file)
@@ -9,7 +9,7 @@
 ***********************
 **      FILE NAME      : logout.php
 **      SYSTEM NAME    : Gnucomo - Gnu Computer Monitoring
-**      VERSION NUMBER : $Revision: 1.2 $
+**      VERSION NUMBER : $Revision: 1.3 $
 **
 **  DESCRIPTION      : Gnucomo logout script.
 **                     Simply clears the username in the session and
 
 /*****************************
    $Log: logout.php,v $
-   Revision 1.2  2003-02-13 09:00:45  arjen
+   Revision 1.3  2007-11-21 14:38:06  arjen
+   The buttonbar at the top of each page is now a fixed 'div' element
+   instead of a framed page.
+   Contributed by Edwin Nadorp.
+
+   Revision 1.2  2003/02/13 09:00:45  arjen
    Added comment header
 
 ******************************/
 
-// RCSID = "$Id: logout.php,v 1.2 2003-02-13 09:00:45 arjen Exp $";
+// RCSID = "$Id: logout.php,v 1.3 2007-11-21 14:38:06 arjen Exp $";
 
 session_start();
 $_SESSION['username'] = '';
 
-include('login.php');
+//include('login.php');
+header( "Location: login.php" );