[prev in list] [next in list] [prev in thread] [next in thread] 

List:       os-sim-commits
Subject:    [Os-sim-commits] os-sim/include/classes Session.inc,1.63,1.64
From:       "Tomas V.V.Cox" <tvvcox () users ! sourceforge ! net>
Date:       2006-03-29 16:02:22
Message-ID: E1FOd7n-0001iX-Jg () mail ! sourceforge ! net
[Download RAW message or body]

Update of /cvsroot/os-sim/os-sim/include/classes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30156/include/classes

Modified Files:
	Session.inc 
Log Message:
More directory separator for phpgacl includes

Index: Session.inc
===================================================================
RCS file: /cvsroot/os-sim/os-sim/include/classes/Session.inc,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- Session.inc	29 Mar 2006 15:51:01 -0000	1.63
+++ Session.inc	29 Mar 2006 16:02:19 -0000	1.64
@@ -109,8 +109,8 @@
 
         $conf = $GLOBALS["CONF"];
         $phpgacl = $conf->get_conf("phpgacl_path");
-        require_once ("$phpgacl" . "gacl.class.php");
-        require_once ("$phpgacl" . "gacl_api.class.php");
+        require_once $phpgacl . DIRECTORY_SEPARATOR . "gacl.class.php";
+        require_once $phpgacl . DIRECTORY_SEPARATOR . "gacl_api.class.php";
 
         global $ACL_OPTIONS;
         $gacl = new gacl($ACL_OPTIONS);
@@ -199,8 +199,8 @@
 
         $conf = $GLOBALS["CONF"];
         $phpgacl = $conf->get_conf("phpgacl_path");
-        require_once ("$phpgacl" . "gacl.class.php");
-        require_once ("$phpgacl" . "gacl_api.class.php");
+        require_once $phpgacl . DIRECTORY_SEPARATOR . "gacl.class.php";
+        require_once $phpgacl . DIRECTORY_SEPARATOR . "gacl_api.class.php";
 
         global $ACL_OPTIONS;
         $gacl = new gacl($ACL_OPTIONS);
@@ -251,8 +251,8 @@
         $conf = $GLOBALS["CONF"];
         $phpgacl = $conf->get_conf("phpgacl_path");
 
-        require_once ("$phpgacl" . "gacl.class.php");
-        require_once ("$phpgacl" . "gacl_api.class.php");
+        require_once $phpgacl . DIRECTORY_SEPARATOR . "gacl.class.php";
+        require_once $phpgacl . DIRECTORY_SEPARATOR . "gacl_api.class.php";
 
         global $ACL_OPTIONS;
         $gacl = new gacl($ACL_OPTIONS);
@@ -278,8 +278,8 @@
         $conf = $GLOBALS["CONF"];
         $phpgacl = $conf->get_conf("phpgacl_path");
 
-        require_once ("$phpgacl" . "gacl.class.php");
-        require_once ("$phpgacl" . "gacl_api.class.php");
+        require_once $phpgacl . DIRECTORY_SEPARATOR . "gacl.class.php";
+        require_once $phpgacl . DIRECTORY_SEPARATOR . "gacl_api.class.php";
 
         global $ACL_OPTIONS;
         $gacl = new gacl($ACL_OPTIONS);
@@ -491,8 +491,8 @@
         /* insert into GACL database */
         $conf = $GLOBALS["CONF"];
         $phpgacl = $conf->get_conf("phpgacl_path");
-        require_once ("$phpgacl" . "gacl.class.php");
-        require_once ("$phpgacl" . "gacl_api.class.php");
+        require_once $phpgacl . DIRECTORY_SEPARATOR . "gacl.class.php";
+        require_once $phpgacl . DIRECTORY_SEPARATOR . "gacl_api.class.php";
 
         global $ACL_OPTIONS;
         $gacl_api = new gacl_api($ACL_OPTIONS);
@@ -571,8 +571,8 @@
         /* update GACL database */
         $conf = $GLOBALS["CONF"];
         $phpgacl = $conf->get_conf("phpgacl_path");
-        require_once ("$phpgacl" . "gacl.class.php");
-        require_once ("$phpgacl" . "gacl_api.class.php");
+        require_once $phpgacl . DIRECTORY_SEPARATOR . "gacl.class.php";
+        require_once $phpgacl . DIRECTORY_SEPARATOR . "gacl_api.class.php";
 
         global $ACL_OPTIONS;
         $gacl_api = new gacl_api($ACL_OPTIONS);
@@ -705,8 +705,8 @@
         $conf = $GLOBALS["CONF"];
         $phpgacl = $conf->get_conf("phpgacl_path");
 
-        require_once ("$phpgacl" . "gacl.class.php");
-        require_once ("$phpgacl" . "gacl_api.class.php");
+        require_once $phpgacl . DIRECTORY_SEPARATOR . "gacl.class.php";
+        require_once $phpgacl . DIRECTORY_SEPARATOR . "gacl_api.class.php";
 
         global $ACL_OPTIONS;
         $gacl_api = new gacl_api($ACL_OPTIONS);



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Os-sim-commits mailing list
Os-sim-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/os-sim-commits
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic