summaryrefslogtreecommitdiffstats
path: root/application/modules/ipxe/controllers
diff options
context:
space:
mode:
authormichael pereira2011-07-11 02:42:45 +0200
committermichael pereira2011-07-11 02:42:45 +0200
commit60a38c7cb8af102819fbce2fb5638b7a1d68308d (patch)
tree47016972133257e3495dc196be3553f057c9306f /application/modules/ipxe/controllers
parentredirect raus (diff)
downloadpbs2-60a38c7cb8af102819fbce2fb5638b7a1d68308d.tar.gz
pbs2-60a38c7cb8af102819fbce2fb5638b7a1d68308d.tar.xz
pbs2-60a38c7cb8af102819fbce2fb5638b7a1d68308d.zip
redirect raus
Diffstat (limited to 'application/modules/ipxe/controllers')
-rw-r--r--application/modules/ipxe/controllers/ResourceController.php26
1 files changed, 13 insertions, 13 deletions
diff --git a/application/modules/ipxe/controllers/ResourceController.php b/application/modules/ipxe/controllers/ResourceController.php
index fef2f10..ea3c80b 100644
--- a/application/modules/ipxe/controllers/ResourceController.php
+++ b/application/modules/ipxe/controllers/ResourceController.php
@@ -20,19 +20,19 @@ class Ipxe_ResourceController extends Zend_Controller_Action
$this->_helper->layout->disableLayout();
$this->_helper->viewRenderer->setNoRender();
- $session = new Application_Model_Session();
- $sm = new Application_Model_SessionMapper();
-
- //TODO Error Messages if something failed
- $alphaID = $this->_request->getParam('alpha');
-
- if($alphaID != ""){
- $alphasessionID = $alphaID;
- $result = $sm->findBy(array('alphasessionID' => $alphasessionID),true);
- # print_a($result);
- $this->thisSession = $session->setOptions($result[0]);
- $this->thisSession->setID($result[0]['sessionID']);
- }
+// $session = new Application_Model_Session();
+// $sm = new Application_Model_SessionMapper();
+//
+// //TODO Error Messages if something failed
+// $alphaID = $this->_request->getParam('alpha');
+//
+// if($alphaID != ""){
+// $alphasessionID = $alphaID;
+// $result = $sm->findBy(array('alphasessionID' => $alphasessionID),true);
+// # print_a($result);
+// $this->thisSession = $session->setOptions($result[0]);
+// $this->thisSession->setID($result[0]['sessionID']);
+// }
}