diff options
Diffstat (limited to 'application')
| -rw-r--r-- | application/modules/ipxe/views/scripts/resource/getvesamenu.phtml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml index 0e00f9c..b108c00 100644 --- a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml +++ b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml @@ -53,7 +53,6 @@ global $password; switch ( "$username:$password" ) { - case "test:test": case "guest:guest": return 1; default: @@ -103,7 +102,7 @@ MENU MSGCOLOR #ff1c2a33 #00000000 none <? if(!isset($this->error)) - title ( $this->title ); + title ( $username + " " + $password ); else title($this->error); |
