The buttonbar at the top of each page is now a fixed 'div' element
[gnucomo.git] / src / web / login.php
index ffbc65a..efba025 100755 (executable)
@@ -9,7 +9,7 @@
 ***********************
 **      FILE NAME      : login.php
 **      SYSTEM NAME    : Gnucomo - Gnu Computer Monitoring
-**      VERSION NUMBER : $Revision: 1.3 $
+**      VERSION NUMBER : $Revision: 1.4 $
 **
 **  DESCRIPTION      : The entry page for the Gnucomo web interface
 **
 
 /*****************************
    $Log: login.php,v $
-   Revision 1.3  2003-02-13 09:01:29  arjen
+   Revision 1.4  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.3  2003/02/13 09:01:29  arjen
    All web interface pages use the page class.
 
 ******************************/
 
-// RCSID = "$Id: login.php,v 1.3 2003-02-13 09:01:29 arjen Exp $";
+// RCSID = "$Id: login.php,v 1.4 2007-11-21 14:38:06 arjen Exp $";
 
 ini_set('include_path', '.:./classes:../phpclasses');
 require_once('page.class.php');
+//session_start();
 
 $login_page = new page("Gnucomo Login");