From 1a9c13cf4b9ddcf04015be83f9294b9693c152e0 Mon Sep 17 00:00:00 2001 From: Akkariin Meiko Date: Sat, 18 Jan 2020 07:28:04 +0800 Subject: [PATCH] Update index.php --- api/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/index.php b/api/index.php index 2b729a4..9f7e9b2 100755 --- a/api/index.php +++ b/api/index.php @@ -121,7 +121,7 @@ if(isset($_GET['apitoken']) && $_GET['apitoken'] == API_TOKEN) { } CheckSuccessful("Proxy exist"); } else { - ServerNotFound("Proxy not found" . "SELECT * FROM `proxies` WHERE `username`='{$username}' AND `remote_port`='{$remotePort}' AND `proxy_type`='{$proxyType}'"); + ServerNotFound("Proxy not found"); } } else { ServerBadRequest("Invalid request");