diff options
| author | michael pereira | 2011-07-18 16:59:10 +0200 |
|---|---|---|
| committer | michael pereira | 2011-07-18 16:59:10 +0200 |
| commit | 8483739653aeab8f766ff0c9ef559bfa225015ec (patch) | |
| tree | 295d53cfd9772555689dc3def0086c5fa9676ec4 /application/modules/ipxe | |
| parent | login test (diff) | |
| download | pbs2-8483739653aeab8f766ff0c9ef559bfa225015ec.tar.gz pbs2-8483739653aeab8f766ff0c9ef559bfa225015ec.tar.xz pbs2-8483739653aeab8f766ff0c9ef559bfa225015ec.zip | |
login test
Diffstat (limited to 'application/modules/ipxe')
| -rw-r--r-- | application/modules/ipxe/views/scripts/resource/getvesamenu.phtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml index 7dcb3b8..ebcc09e 100644 --- a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml +++ b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml @@ -1,6 +1,8 @@ <?php $index = 0; + echo $this->username."\n"; + echo $this->password."\n"; function title ( $title ) { echo "menu title ".$title."\n"; |
