mirror of
https://github.com/ZeroDream-CN/SakuraPanel.git
synced 2025-01-12 01:42:52 +08:00
Update index.php
This commit is contained in:
parent
a562e2887a
commit
1a9c13cf4b
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user