summaryrefslogtreecommitdiffstats
path: root/application/modules/ipxe/views/scripts/resource
diff options
context:
space:
mode:
authormichael pereira2011-07-18 14:37:45 +0200
committermichael pereira2011-07-18 14:37:45 +0200
commit67ecbdee034f5656bc56a8e9387cf8324b61acb2 (patch)
tree96f80bd4f12317d40d1e8c6ac29f10856a68d838 /application/modules/ipxe/views/scripts/resource
parentlogin test (diff)
downloadpbs2-67ecbdee034f5656bc56a8e9387cf8324b61acb2.tar.gz
pbs2-67ecbdee034f5656bc56a8e9387cf8324b61acb2.tar.xz
pbs2-67ecbdee034f5656bc56a8e9387cf8324b61acb2.zip
login test
Diffstat (limited to 'application/modules/ipxe/views/scripts/resource')
-rw-r--r--application/modules/ipxe/views/scripts/resource/getvesamenu.phtml3
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);