From: Sebastien D. <sde...@us...> - 2005-01-12 17:22:25
|
Update of /cvsroot/tslogparser/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12712 Modified Files: footer.inc.php header.inc.php session.inc.php Log Message: Fix in sessions Index: header.inc.php =================================================================== RCS file: /cvsroot/tslogparser/web/header.inc.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- header.inc.php 12 Jan 2005 16:57:45 -0000 1.3 +++ header.inc.php 12 Jan 2005 17:22:14 -0000 1.4 @@ -25,5 +25,4 @@ require("head.inc.php"); ?> -<p>Note: the database is restored twice an hour.</p> Index: footer.inc.php =================================================================== RCS file: /cvsroot/tslogparser/web/footer.inc.php,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- footer.inc.php 12 Jan 2005 15:58:00 -0000 1.4 +++ footer.inc.php 12 Jan 2005 17:22:14 -0000 1.5 @@ -20,7 +20,7 @@ die ("Hack attempt detected\n"); ?> <hr width="100%"> - + <p>NOTE:<i>The database is restored from scratch twice an hour.</i></p> <p> <font size='-2' color='grey'> Generated with <a href="/index.php">TsLogParser</a>. Index: session.inc.php =================================================================== RCS file: /cvsroot/tslogparser/web/session.inc.php,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- session.inc.php 12 Jan 2005 15:49:02 -0000 1.1 +++ session.inc.php 12 Jan 2005 17:22:14 -0000 1.2 @@ -21,6 +21,7 @@ If one want to add better security, a good start is the php manual. */ +session_save_path("/home/groups/t/ts/tslogparser/sessions"); session_start(); /* Below is a definition of authorized session variables |