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