4 Sep 2007 12:12
r1887 - trunk
garvinhicking at BerliOS <garvinhicking <at> mail.berlios.de>
2007-09-04 10:12:10 GMT
2007-09-04 10:12:10 GMT
Author: garvinhicking
Date: 2007-09-04 12:12:10 +0200 (Tue, 04 Sep 2007)
New Revision: 1887
Modified:
trunk/serendipity_config.inc.php
Log:
Try to suppress notice
Modified: trunk/serendipity_config.inc.php
===================================================================
--- trunk/serendipity_config.inc.php 2007-09-04 08:11:29 UTC (rev 1886)
+++ trunk/serendipity_config.inc.php 2007-09-04 10:12:10 UTC (rev 1887)
<at> <at> -17,7 +17,7 <at> <at>
// Patch by David Vieira-Kurz of majorsecurity.de
if (!isset($_SESSION['SERVER_GENERATED_SID'])) {
session_regenerate_id(true);
- session_start();
+ <at> session_start();
header('X-Session-Reinit: true');
$_SESSION['SERVER_GENERATED_SID'] = true;
}
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
RSS Feed