All web interface pages use the page class.
[gnucomo.git] / src / web / notification.php
index 57a3c04..c2791e8 100644 (file)
@@ -9,7 +9,7 @@
 ***********************
 **      FILE NAME      : notification.php
 **      SYSTEM NAME    : Gnucomo - Gnu Computer Monitoring
-**      VERSION NUMBER : $Revision: 1.1 $
+**      VERSION NUMBER : $Revision: 1.2 $
 **
 **  DESCRIPTION      : Display and handle notifications.
 **                     There are two major views to this page: either a list of
 
 /*****************************
    $Log: notification.php,v $
-   Revision 1.1  2003-02-05 09:48:14  arjen
+   Revision 1.2  2003-02-13 09:01:29  arjen
+   All web interface pages use the page class.
+
+   Revision 1.1  2003/02/05 09:48:14  arjen
    Added display and handling of notifications
 
 ******************************/
 
-// RCSID = "$Id: notification.php,v 1.1 2003-02-05 09:48:14 arjen Exp $";
+// RCSID = "$Id: notification.php,v 1.2 2003-02-13 09:01:29 arjen Exp $";
 
-ini_set('include_path', './classes:../phpclasses');
+ini_set('include_path', '.:./classes:../phpclasses');
 
 require_once('page.class.php');