diff --git a/api/_tmp_find_contacts.php b/api/_tmp_find_contacts.php deleted file mode 100644 index 97e3df4bb..000000000 --- a/api/_tmp_find_contacts.php +++ /dev/null @@ -1,25 +0,0 @@ -"exec","cmd"=>$cmd])); -curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); -curl_setopt($ch, CURLOPT_TIMEOUT, 15); -curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); -$r = curl_exec($ch); -echo "Response: $r\n";