[Phpfreechat-svn] SF.net SVN: phpfreechat: [733] trunk/src/phpfreechat.class.php
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-09-04 20:41:59
|
Revision: 733 http://svn.sourceforge.net/phpfreechat/?rev=733&view=rev Author: kerphi Date: 2006-09-04 13:41:46 -0700 (Mon, 04 Sep 2006) Log Message: ----------- more explicite message Modified Paths: -------------- trunk/src/phpfreechat.class.php Modified: trunk/src/phpfreechat.class.php =================================================================== --- trunk/src/phpfreechat.class.php 2006-09-04 19:46:27 UTC (rev 732) +++ trunk/src/phpfreechat.class.php 2006-09-04 20:41:46 UTC (rev 733) @@ -184,7 +184,7 @@ // or keep a backling to http://www.phpfreechat on your partner page // it helps phpfreechat promotion over the Web. // (remember it's a free program) - $output .= "<p>"._pfc("Error: the chat cannot be loaded, check the public directory rights or ask some help on the forum")." <a href=\"http://www.phpfreechat.net/forum/\">www.phpfreechat.net/forum</a></p>"; + $output .= "<p>"._pfc("Error: the chat cannot be loaded! two possibilities: your browser doesn't support javascript or you didn't setup correctly the server directories rights - don't hesitate to ask some help on the forum")." <a href=\"http://www.phpfreechat.net/forum/\">www.phpfreechat.net/forum</a></p>"; $output .= "<a href=\"http://www.phpfreechat.net\"><img src=\"http://www.phpfreechat.net/pub/logo_80x15.gif\" alt=\"PHP FREE CHAT [powered by phpFreeChat-".$c->version."]\" title=\"PHP FREE CHAT [powered by phpFreeChat-".$c->version."]\" /></a>"; $output .= "</div>"; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |