diff options
| author | michael pereira | 2011-10-27 16:14:57 +0200 |
|---|---|---|
| committer | michael pereira | 2011-10-27 16:14:57 +0200 |
| commit | 6a7203155702a53c0c5225e82010562c57fc7de3 (patch) | |
| tree | 310bc0c80a16bdba75f69432bc0a80aa58311aa6 /application/modules/ipxe | |
| parent | vesamenu (diff) | |
| download | pbs2-6a7203155702a53c0c5225e82010562c57fc7de3.tar.gz pbs2-6a7203155702a53c0c5225e82010562c57fc7de3.tar.xz pbs2-6a7203155702a53c0c5225e82010562c57fc7de3.zip | |
session gc maxlifetime
Diffstat (limited to 'application/modules/ipxe')
| -rw-r--r-- | application/modules/ipxe/controllers/AuthController.php | 7 | ||||
| -rw-r--r-- | application/modules/ipxe/views/scripts/resource/getvesamenu.phtml | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/application/modules/ipxe/controllers/AuthController.php b/application/modules/ipxe/controllers/AuthController.php index aaa4d0e..e9c5d60 100644 --- a/application/modules/ipxe/controllers/AuthController.php +++ b/application/modules/ipxe/controllers/AuthController.php @@ -84,7 +84,7 @@ class Ipxe_AuthController extends Zend_Controller_Action $result .= "imgfree\n"; if(isset($this->session)){ $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 .= "show dns\n"; + $result .= "prompt\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"; } @@ -145,7 +145,10 @@ class Ipxe_AuthController extends Zend_Controller_Action $this->error = "session"; } - header('Content-Type: text/html'); + header('Content-Type: text/plain'); + $result = "blub"; + header("Content-Length: ".(strlen($result))); + echo $result; //$this->_redirect('/ipxe/resource/getvesamenuconfig/alpha/'.$alpha.'/error/'.$this->error); diff --git a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml index b1c088a..4909f89 100644 --- a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml +++ b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml @@ -92,7 +92,7 @@ MENU VSHIFT 7 menu color border 37;40 #00000000 #00000000 std menu color title 1 #ee004a99 #00000000 all menu color unsel 37;40 #ff4f75aa #00000000 all -#menu color hotkey 1;37;40 #ffff8b00 #ff8093a1 std +menu color hotkey 1;37;40 #ffff8b00 #00000000 std menu color sel 7;37;40 #ff1c2a33 #667799bb all #menu color hotsel 1;7;37;40 #ffff8b00 #667799bb all #menu color disabled 1;37;40 #ffff8b00 #ff8093a1 std |
