Disabling the wannabe irc hook

This commit is contained in:
Ubergeek 2019-06-28 23:44:52 +00:00
parent 232622b2e6
commit 7bfbe7d9dc
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}
*/
?>