diff options
| author | michael pereira | 2011-10-26 16:07:21 +0200 |
|---|---|---|
| committer | michael pereira | 2011-10-26 16:07:21 +0200 |
| commit | 2e4214a4e6ca3399bbd182b59a5b1c53883a32d5 (patch) | |
| tree | dc4114e78e4def983f8f8e896080c16d1d644bf4 /application/modules/ipxe | |
| parent | com32 debug (diff) | |
| download | pbs2-2e4214a4e6ca3399bbd182b59a5b1c53883a32d5.tar.gz pbs2-2e4214a4e6ca3399bbd182b59a5b1c53883a32d5.tar.xz pbs2-2e4214a4e6ca3399bbd182b59a5b1c53883a32d5.zip | |
vesamenu.c32
Diffstat (limited to 'application/modules/ipxe')
| -rw-r--r-- | application/modules/ipxe/views/scripts/resource/getvesamenu.phtml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml index 84783be..833cccc 100644 --- a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml +++ b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml @@ -71,7 +71,7 @@ TIMEOUT 100 PROMPT 0 -DEFAULT vesamenu.c32 +DEFAULT http://pbs2.mp.openslx.org/ipxe/vesamenu.c32 MENU BACKGROUND <?php echo "http://$this->host/ipxe/pbs2.png\n"; ?> MENU WIDTH 78 @@ -129,7 +129,7 @@ MENU MSGCOLOR #ff1c2a33 #00000000 none if(isset($this->memberships)){ foreach($this->memberships as $membership){ // uriboot ($membership['group']." as ".$membership['role'], "/ipxe/auth/setgroup/membershipid/".$membership['membershipID']."/alpha/$this->alphaID", ''); - uriboot ($membership['group']." as ".$membership['role'], "vesamenu.c32", "/ipxe/auth/setgroup/membershipid/".$membership['membershipID']."/alpha/$this->alphaID"); + uriboot ($membership['group']." as ".$membership['role'], "http://pbs2.mp.openslx.org/ipxe/vesamenu.c32", "/ipxe/auth/setgroup/membershipid/".$membership['membershipID']."/alpha/$this->alphaID"); } uriboot ( "Return to Group Bootmenu", "/ipxe/auth/logout/alpha/$this->alphaID", "" ); }else{ @@ -162,7 +162,7 @@ MENU MSGCOLOR #ff1c2a33 #00000000 none comment ("info", "More Options:"); if(!$this->loggedin){ - uriboot ( "Login", "vesamenu.c32", "/ipxe/auth/login/alpha/$this->alphaID" ); + uriboot ( "Login", "http://pbs2.mp.openslx.org/ipxe/vesamenu.c32", "/ipxe/auth/login/alpha/$this->alphaID" ); texthelp("Login to get your own Bootmenu."); }else{ // uriboot ( "Switch Group From $this->group", "/ipxe/auth/switchgroup/alpha/$this->alphaID", "" ); |
