mirror of https://github.com/ThunixdotNet/www.git
Disabling the wannabe irc hook
This commit is contained in:
parent
232622b2e6
commit
7bfbe7d9dc
|
@ -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;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue