[Weberp-svn] SF.net SVN: weberp:[4213] trunk/includes/session.inc
Brought to you by:
sotandeka,
tim_schofield
From: <sot...@us...> - 2011-01-09 16:00:40
|
Revision: 4213 http://weberp.svn.sourceforge.net/weberp/?rev=4213&view=rev Author: sotandeka Date: 2011-01-09 16:00:34 +0000 (Sun, 09 Jan 2011) Log Message: ----------- Increased Dbversion value to 58 Modified Paths: -------------- trunk/includes/session.inc Modified: trunk/includes/session.inc =================================================================== --- trunk/includes/session.inc 2011-01-09 15:58:16 UTC (rev 4212) +++ trunk/includes/session.inc 2011-01-09 16:00:34 UTC (rev 4213) @@ -13,7 +13,7 @@ header('Location:' . $rootpath . '/install/index.php'); } include($PathPrefix . 'config.php'); -$DBVersion=57; +$DBVersion=58; if (isset($SessionSavePath)){ session_save_path($SessionSavePath); } @@ -325,4 +325,4 @@ } } -?> \ No newline at end of file +?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |