From 7bfbe7d9dc419a945d6704463630e251a4bd37a0 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Fri, 28 Jun 2019 23:44:52 +0000 Subject: [PATCH] Disabling the wannabe irc hook --- githook.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/githook.php b/githook.php index e5948fb..f5936b5 100644 --- a/githook.php +++ b/githook.php @@ -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.
"; next; } +*/ ?>