From 67ecbdee034f5656bc56a8e9387cf8324b61acb2 Mon Sep 17 00:00:00 2001 From: michael pereira Date: Mon, 18 Jul 2011 14:37:45 +0200 Subject: login test --- application/modules/ipxe/views/scripts/resource/getvesamenu.phtml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'application/modules/ipxe/views/scripts') 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 error)) - title ( $username + " " + $password ); + title ( $this->title ); else title($this->error); -- cgit v1.2.3-55-g7522