[Linpha-cvs] SF.net SVN: linpha: [4875] trunk/misc/benchmark/perf.php
Status: Inactive
Brought to you by:
bzrudi
From: <fan...@us...> - 2008-02-13 18:56:39
|
Revision: 4875 http://linpha.svn.sourceforge.net/linpha/?rev=4875&view=rev Author: fangehrn Date: 2008-02-13 10:56:37 -0800 (Wed, 13 Feb 2008) Log Message: ----------- Modified Paths: -------------- trunk/misc/benchmark/perf.php Modified: trunk/misc/benchmark/perf.php =================================================================== --- trunk/misc/benchmark/perf.php 2008-02-13 18:55:13 UTC (rev 4874) +++ trunk/misc/benchmark/perf.php 2008-02-13 18:56:37 UTC (rev 4875) @@ -1,9 +1,9 @@ <?php -define('LINPHA_DIR','.'); +define('LINPHA_DIR','../../linpha2'); if (!file_exists(LINPHA_DIR.'/logsql.txt')) { - exit(1); + die("To enable sql logging create the file linpha/logsql.txt"); } include_once(LINPHA_DIR.'/lib/include/common.php'); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |