From bb10added437875b358b86ec903f52f62217803c Mon Sep 17 00:00:00 2001 From: ubergeek Date: Thu, 21 Mar 2019 14:21:01 -0400 Subject: [PATCH] testing --- githook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/githook.php b/githook.php index 81e1e15..225e10b 100644 --- a/githook.php +++ b/githook.php @@ -17,7 +17,7 @@ $json = file_get_contents('php://input'); $data = json_decode($json, true); $client_token = $data["secret"]; -if ($client_token !== $access_token) +if ($client_token != $access_token) { http_response_code(403); echo "HTTP 403 - Forbidden, P1.";