Revision: 1507
http://mrbs.svn.sourceforge.net/mrbs/?rev=1507&view=rev
Author: cimorrison
Date: 2010-10-18 15:16:03 +0000 (Mon, 18 Oct 2010)
Log Message:
-----------
Fixed problem which gave a warning in regular expression
Modified Paths:
--------------
mrbs/trunk/web/session_php.inc
Modified: mrbs/trunk/web/session_php.inc
===================================================================
--- mrbs/trunk/web/session_php.inc 2010-10-18 11:30:51 UTC (rev 1506)
+++ mrbs/trunk/web/session_php.inc 2010-10-18 15:16:03 UTC (rev 1507)
@@ -35,7 +35,7 @@
{
$cookie_path = $PHP_SELF;
// Strip off everything after the last '/' in $PHP_SELF
- $cookie_path = preg_replace('/[^/]*$/', '', $cookie_path);
+ $cookie_path = preg_replace('/[^\/]*$/', '', $cookie_path);
}
global $auth;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits