From: <tim...@us...> - 2010-12-22 14:34:40
|
Revision: 4217 http://web-erp.svn.sourceforge.net/web-erp/?rev=4217&view=rev Author: tim_schofield Date: 2010-12-22 14:34:34 +0000 (Wed, 22 Dec 2010) Log Message: ----------- $Message Modified Paths: -------------- trunk/doc/Manual/ManualContents.php trunk/includes/session.inc Modified: trunk/doc/Manual/ManualContents.php =================================================================== --- trunk/doc/Manual/ManualContents.php 2010-12-22 14:34:24 UTC (rev 4216) +++ trunk/doc/Manual/ManualContents.php 2010-12-22 14:34:34 UTC (rev 4217) @@ -19,7 +19,7 @@ Comments beginning with Help Begin and Help End denote the beginning and end of a section that goes into the online help. What section is named after Help Begin: and there can be multiple sections separated with a comma. -->';*/ -$PageSecurity=1; +// $PageSecurity=1; $PathPrefix='../../'; include($PathPrefix.'includes/session.inc'); Modified: trunk/includes/session.inc =================================================================== --- trunk/includes/session.inc 2010-12-22 14:34:24 UTC (rev 4216) +++ trunk/includes/session.inc 2010-12-22 14:34:34 UTC (rev 4217) @@ -12,7 +12,7 @@ header('Location:' . $rootpath . '/install/index.php'); } include($PathPrefix . 'config.php'); -$DBVersion=46; +$DBVersion=47; if (isset($SessionSavePath)){ session_save_path($SessionSavePath); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |