summaryrefslogtreecommitdiffstats
path: root/application/modules/ipxe/controllers/ResourceController.php
diff options
context:
space:
mode:
authormichael pereira2011-07-19 15:45:24 +0200
committermichael pereira2011-07-19 15:45:24 +0200
commit410f14355ac05a9c2f3cdc53bbbfe24dfb15ee82 (patch)
tree04d96e5031748c17ff5a33bec2ac79947348d348 /application/modules/ipxe/controllers/ResourceController.php
parentlogin test (diff)
downloadpbs2-410f14355ac05a9c2f3cdc53bbbfe24dfb15ee82.tar.gz
pbs2-410f14355ac05a9c2f3cdc53bbbfe24dfb15ee82.tar.xz
pbs2-410f14355ac05a9c2f3cdc53bbbfe24dfb15ee82.zip
menu structure
Diffstat (limited to 'application/modules/ipxe/controllers/ResourceController.php')
-rw-r--r--application/modules/ipxe/controllers/ResourceController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/modules/ipxe/controllers/ResourceController.php b/application/modules/ipxe/controllers/ResourceController.php
index 6884aa1..ed317ce 100644
--- a/application/modules/ipxe/controllers/ResourceController.php
+++ b/application/modules/ipxe/controllers/ResourceController.php
@@ -87,6 +87,7 @@ class Ipxe_ResourceController extends Zend_Controller_Action
$vesamenuView->addScriptPath(APPLICATION_PATH.'/modules/ipxe/views/scripts/resource/');
$vesamenuView->username = $_SERVER['PHP_AUTH_USER'];
$vesamenuView->password = $_SERVER['PHP_AUTH_PW'];
+ $vesamenuView->login = $this->_request->getParam('login');
$vesamenuView->host = $_SERVER['HTTP_HOST'];
$_SESSION['alphasessionID'] = $this->thisSession->getAlphasessionID();