diff options
| author | michael pereira | 2011-10-27 16:48:54 +0200 |
|---|---|---|
| committer | michael pereira | 2011-10-27 16:48:54 +0200 |
| commit | 7af05732e2f961c7bd764f35e825d3bd1dde0577 (patch) | |
| tree | 55fa3df10b11c741040c7f68b985afe132d1253e /application/modules/ipxe/controllers/AuthController.php | |
| parent | session gc maxlifetime (diff) | |
| download | pbs2-7af05732e2f961c7bd764f35e825d3bd1dde0577.tar.gz pbs2-7af05732e2f961c7bd764f35e825d3bd1dde0577.tar.xz pbs2-7af05732e2f961c7bd764f35e825d3bd1dde0577.zip | |
start label for vesamenu
Diffstat (limited to 'application/modules/ipxe/controllers/AuthController.php')
| -rw-r--r-- | application/modules/ipxe/controllers/AuthController.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/modules/ipxe/controllers/AuthController.php b/application/modules/ipxe/controllers/AuthController.php index 76e6bd3..9ab1421 100644 --- a/application/modules/ipxe/controllers/AuthController.php +++ b/application/modules/ipxe/controllers/AuthController.php @@ -83,9 +83,9 @@ class Ipxe_AuthController extends Zend_Controller_Action $result = "#!ipxe\n"; $result .= "imgfree\n"; if(isset($this->session)){ + $result .= ":start\n"; $result .= "chain http://".$_SERVER['HTTP_HOST']."/ipxe/vesamenu.c32 http://".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenuconfig/alpha/".$this->session->getAlphasessionID()."/error/$this->error\n"; - $result .= "chain http://".$_SERVER['HTTP_HOST']."/ipxe/vesamenu.c32 http://".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenuconfig/alpha/".$this->session->getAlphasessionID()."/error/$this->error\n"; - + $result .= "goto start\n"; }else{ $result .= "chain http://".$_SERVER['HTTP_HOST']."/ipxe/vesamenu.c32 http://".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenuconfig/serialnumer/$serialnumber/mac/$mac/error/$this->error\n"; } |
