mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Remove ability to move to create server
This commit is contained in:
parent
46ab8309b8
commit
d53404285c
@ -86,6 +86,9 @@ class ServerHandler(BaseHandler):
|
||||
|
||||
template = "public/404.html"
|
||||
|
||||
if exec_user["username"] == "anti-lockout-user":
|
||||
return self.redirect("/panel/panel_config")
|
||||
|
||||
page_data = {
|
||||
"update_available": self.helper.update_available,
|
||||
"version_data": self.helper.get_version_string(),
|
||||
|
Loading…
Reference in New Issue
Block a user