summaryrefslogtreecommitdiffstats
path: root/application/controllers
diff options
context:
space:
mode:
authormichael pereira2011-07-11 14:18:42 +0200
committermichael pereira2011-07-11 14:18:42 +0200
commitff4b281e20eb9a1974813b9dab0c7c1aeae13736 (patch)
tree6d596c793a5e3db0be4476d17968a80187dbb3af /application/controllers
parenturiboot test (diff)
downloadpbs2-ff4b281e20eb9a1974813b9dab0c7c1aeae13736.tar.gz
pbs2-ff4b281e20eb9a1974813b9dab0c7c1aeae13736.tar.xz
pbs2-ff4b281e20eb9a1974813b9dab0c7c1aeae13736.zip
uriboot test
Diffstat (limited to 'application/controllers')
-rw-r--r--application/controllers/ResourceController.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/application/controllers/ResourceController.php b/application/controllers/ResourceController.php
index c1eaa65..6b35050 100644
--- a/application/controllers/ResourceController.php
+++ b/application/controllers/ResourceController.php
@@ -483,6 +483,19 @@ class ResourceController extends Zend_Controller_Action
public function getkernelAction()
{
+// $bootmenuntryID = $this->_request->getParam('bme');
+//
+// $bootmenuentriesMapper = new Application_Model_BootMenuEntriesMapper();
+// $bootmenuentry = new Application_Model_BootMenuEntries();
+// $bootmenuentriesMapper->find($bootmenuntryID,$bootmenuentry);
+//
+// $sessionMapper = new Application_Model_SessionMapper();
+//
+// $this->thisSession->setBootmenuentryID($bootmenuntryID);
+// $this->thisSession->setBootosID($bootmenuentry->getBootosID());
+// $sessionMapper->save($this->thisSession);
+
+
$bootosID = $this->thisSession->getBootosID();
if(is_dir("../resources/bootos/$bootosID/kernel/") && is_numeric($bootosID)){