diff options
| author | michael pereira | 2011-07-19 15:45:24 +0200 |
|---|---|---|
| committer | michael pereira | 2011-07-19 15:45:24 +0200 |
| commit | 410f14355ac05a9c2f3cdc53bbbfe24dfb15ee82 (patch) | |
| tree | 04d96e5031748c17ff5a33bec2ac79947348d348 /application/modules/ipxe/controllers/ResourceController.php | |
| parent | login test (diff) | |
| download | pbs2-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.php | 1 |
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(); |
