mirror of
https://github.com/ThunixdotNet/www.git
synced 2026-01-23 23:10:17 +00:00
Disabling the wannabe irc hook
This commit is contained in:
@@ -128,7 +128,7 @@ else {
|
||||
exit(0);
|
||||
}
|
||||
|
||||
$fp = pfsockopen( "tcp://127.0.0.1", 1234, $errno, $errstr );
|
||||
/*$fp = pfsockopen( "tcp://127.0.0.1", 1234, $errno, $errstr );
|
||||
|
||||
if (!$fp)
|
||||
{
|
||||
@@ -144,5 +144,6 @@ if (!$write) {
|
||||
echo "error writing to port.<br/>";
|
||||
next;
|
||||
}
|
||||
*/
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user