diff options
| author | michael pereira | 2011-07-18 14:16:11 +0200 |
|---|---|---|
| committer | michael pereira | 2011-07-18 14:16:11 +0200 |
| commit | 3fbec8a101463d36e8554be40b83c0d7ca082299 (patch) | |
| tree | 86fd8b785db544c54292a8967091de060f515b76 | |
| parent | login fuer ipxe (diff) | |
| download | pbs2-3fbec8a101463d36e8554be40b83c0d7ca082299.tar.gz pbs2-3fbec8a101463d36e8554be40b83c0d7ca082299.tar.xz pbs2-3fbec8a101463d36e8554be40b83c0d7ca082299.zip | |
login test
| -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); |
