Update index.php

This commit is contained in:
Akkariin Meiko
2020-01-18 07:28:04 +08:00
committed by GitHub
Unverified
parent a562e2887a
commit 1a9c13cf4b
+1 -1
View File
@@ -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");