summaryrefslogtreecommitdiffstats
path: root/application/modules
diff options
context:
space:
mode:
authormichael pereira2011-07-18 15:19:00 +0200
committermichael pereira2011-07-18 15:19:00 +0200
commitb8f1d37d0417ed86f8b0e789bca2ba46745b3cd2 (patch)
tree684ebe1f8f3ab3388d208058a1cd8e144c178da5 /application/modules
parentlogin test (diff)
downloadpbs2-b8f1d37d0417ed86f8b0e789bca2ba46745b3cd2.tar.gz
pbs2-b8f1d37d0417ed86f8b0e789bca2ba46745b3cd2.tar.xz
pbs2-b8f1d37d0417ed86f8b0e789bca2ba46745b3cd2.zip
login test
Diffstat (limited to 'application/modules')
-rw-r--r--application/modules/ipxe/controllers/ResourceController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/modules/ipxe/controllers/ResourceController.php b/application/modules/ipxe/controllers/ResourceController.php
index b0132da..2c699d5 100644
--- a/application/modules/ipxe/controllers/ResourceController.php
+++ b/application/modules/ipxe/controllers/ResourceController.php
@@ -79,8 +79,8 @@ class Ipxe_ResourceController extends Zend_Controller_Action
$vesamenuView = new Zend_View();
$vesamenuView->addScriptPath(APPLICATION_PATH.'/modules/ipxe/views/scripts/resource/');
- $vesamenuView->username = $_SERVER["PHP_AUTH_USER"];
- $vesamenuView->password = $_SERVER["PHP_AUTH_PW"];
+ $vesamenuView->username = $_SERVER['PHP_AUTH_USER'];
+ $vesamenuView->password = $_SERVER['PHP_AUTH_PW'];
$vesamenuView->host = $_SERVER['HTTP_HOST'];
$_SESSION['alphasessionID'] = $this->thisSession->getAlphasessionID();