[pLog-svn] r1264 - plog/trunk/class/net/http/session

oscar at devel.plogworld.net oscar at devel.plogworld.net
Tue Mar 1 06:54:46 GMT 2005


Author: oscar
Date: 2005-03-01 06:54:45 +0000 (Tue, 01 Mar 2005)
New Revision: 1264

Modified:
   plog/trunk/class/net/http/session/sessionmanager.class.php
Log:
attempt to fix issue 280 (http://bugs.plogworld.net/view.php?id=280)


Modified: plog/trunk/class/net/http/session/sessionmanager.class.php
===================================================================
--- plog/trunk/class/net/http/session/sessionmanager.class.php	2005-02-28 21:34:17 UTC (rev 1263)
+++ plog/trunk/class/net/http/session/sessionmanager.class.php	2005-03-01 06:54:45 UTC (rev 1264)
@@ -59,7 +59,7 @@
 			$scriptUrl = HttpVars::getBaseUrl();
 			$url = new Url( $scriptUrl );
 			$path = dirname($url->getPath());
-			if( $path == "" ) 
+			if( $path == "" || $path == "\\" ) 
 				$path = "/";
 				
 			$log =& LoggerManager::getLogger();




More information about the pLog-svn mailing list