From: <te...@us...> - 2014-10-23 14:04:28
|
Revision: 6931 http://sourceforge.net/p/web-erp/reponame/6931 Author: tehonu Date: 2014-10-23 14:04:25 +0000 (Thu, 23 Oct 2014) Log Message: ----------- Use a better name for the log file Modified Paths: -------------- trunk/includes/MiscFunctions.php Modified: trunk/includes/MiscFunctions.php =================================================================== --- trunk/includes/MiscFunctions.php 2014-10-22 09:07:47 UTC (rev 6930) +++ trunk/includes/MiscFunctions.php 2014-10-23 14:04:25 UTC (rev 6931) @@ -20,7 +20,7 @@ function getMsg($Msg,$Type='info',$Prefix=''){ $Colour=''; if (isset($_SESSION['LogSeverity']) and $_SESSION['LogSeverity']>0) { - $LogFile=fopen($_SESSION['LogPath'].'/webERP-test.log', 'a'); + $LogFile=fopen($_SESSION['LogPath'].'/webERP.log', 'a'); } switch($Type){ case 'error': |