mirror of
https://github.com/ZeroDream-CN/SakuraPanel.git
synced 2025-01-12 09:52: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");
|
CheckSuccessful("Proxy exist");
|
||||||
} else {
|
} else {
|
||||||
ServerNotFound("Proxy not found" . "SELECT * FROM `proxies` WHERE `username`='{$username}' AND `remote_port`='{$remotePort}' AND `proxy_type`='{$proxyType}'");
|
ServerNotFound("Proxy not found");
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
ServerBadRequest("Invalid request");
|
ServerBadRequest("Invalid request");
|
||||||
|
Loading…
Reference in New Issue
Block a user