Revision: 494
Author: kerphi
Date: 2006-05-13 14:10:35 -0700 (Sat, 13 May 2006)
ViewCVS: http://svn.sourceforge.net/phpfreechat/?rev=494&view=rev
Log Message:
-----------
small clarification
Modified Paths:
--------------
branches/0.x/src/pfctools.php
Modified: branches/0.x/src/pfctools.php
===================================================================
--- branches/0.x/src/pfctools.php 2006-05-12 14:06:35 UTC (rev 493)
+++ branches/0.x/src/pfctools.php 2006-05-13 21:10:35 UTC (rev 494)
@@ -46,7 +46,7 @@
!file_exists($sf))
{
echo "<pre>";
- echo "<span style='color:red'>Error: GetScriptFilename function returns a wrong path. Please contact the pfc team (co...@ph...) and copy/paste this array to help debugging.</span>\n";
+ echo "<span style='color:red'>Error: GetScriptFilename function returns a wrong path. Please contact the pfc team (co...@ph...) and copy/paste these lines to help debugging.</span>\n";
print_r($_SERVER);
echo "</pre>";
exit;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|