summaryrefslogtreecommitdiffstats
path: root/application/controllers/IndexController.php
diff options
context:
space:
mode:
authormichael pereira2011-03-21 15:19:23 +0100
committermichael pereira2011-03-21 15:19:23 +0100
commit7eb49950cff52458fa4a4688099adfc59b6c0437 (patch)
tree4fbe067cdd9853dcdadddd04bff726308e93151d /application/controllers/IndexController.php
parentPreboot und BootISO fertig (diff)
parentfbgui: serialnumber von bootmedium wird berücksichtigt zur Gruppenfindung (diff)
downloadpbs2-7eb49950cff52458fa4a4688099adfc59b6c0437.tar.gz
pbs2-7eb49950cff52458fa4a4688099adfc59b6c0437.tar.xz
pbs2-7eb49950cff52458fa4a4688099adfc59b6c0437.zip
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/controllers/IndexController.php')
-rw-r--r--application/controllers/IndexController.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/application/controllers/IndexController.php b/application/controllers/IndexController.php
index 2972e9e..f3e5256 100644
--- a/application/controllers/IndexController.php
+++ b/application/controllers/IndexController.php
@@ -10,9 +10,12 @@ class IndexController extends Zend_Controller_Action
public function indexAction()
{
- if(stristr($_SERVER['HTTP_USER_AGENT'],'prebootGUI')){
- $this->_forward('index','Index','fbgui');
+ if(stristr($_SERVER['HTTP_USER_AGENT'],'prebootGUI')){
+ $_SESSION['postdata'] = $_POST;
+ $this->_redirect('/fbgui/index/index') ;
}
+
+
// action body
}