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