summaryrefslogtreecommitdiffstats
path: root/application/modules/ipxe/controllers/ResourceController.php
diff options
context:
space:
mode:
authormichael pereira2011-07-11 03:12:22 +0200
committermichael pereira2011-07-11 03:12:22 +0200
commit54abb811924882bd02bf028d457aa948f9e35582 (patch)
treef44f3218f44eceaf23d9228406ef8b731913ddb8 /application/modules/ipxe/controllers/ResourceController.php
parentredirect raus (diff)
downloadpbs2-54abb811924882bd02bf028d457aa948f9e35582.tar.gz
pbs2-54abb811924882bd02bf028d457aa948f9e35582.tar.xz
pbs2-54abb811924882bd02bf028d457aa948f9e35582.zip
redirect raus
Diffstat (limited to 'application/modules/ipxe/controllers/ResourceController.php')
-rw-r--r--application/modules/ipxe/controllers/ResourceController.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/application/modules/ipxe/controllers/ResourceController.php b/application/modules/ipxe/controllers/ResourceController.php
index 1b00b65..8462f7b 100644
--- a/application/modules/ipxe/controllers/ResourceController.php
+++ b/application/modules/ipxe/controllers/ResourceController.php
@@ -68,9 +68,10 @@ class Ipxe_ResourceController extends Zend_Controller_Action
$vesamenuView->addScriptPath(APPLICATION_PATH.'/modules/ipxe/views/scripts/resource/');
$vesamenuView->host = $_SERVER['HTTP_HOST'];
+ $_SESSION['alphasessionID'] = $this->thisSession->getAlphasessionID();
// Request Bootmenu
-// $pbsFilter = new Pbs_Filter();
-// $bootmenuID = $pbsFilter->evaluate();
+ $pbsFilter = new Pbs_Filter();
+ $bootmenuID = $pbsFilter->evaluate();
$bootmenuID = 2;
if($bootmenuID != null){