diff --git a/zz-extra/spotter-ping.php b/zz-extra/spotter-ping.php new file mode 100644 index 0000000..3303240 --- /dev/null +++ b/zz-extra/spotter-ping.php @@ -0,0 +1,19 @@ + TRUE, CURLOPT_HEADER => FALSE, CURLOPT_SSL_VERIFYHOST => FALSE, CURLOPT_SSL_VERIFYPEER => FALSE, CURLOPT_TIMEOUT => 4]); +$content = curl_exec($ch); +curl_close($ch); + +if ($content == 'spotter-pong') { + echo 'spotter-pong'; +}