From 15437db2980b0ab7782fe1dab261aa75b6b0b410 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 21 Mar 2011 14:07:06 +0100 Subject: Filter angepasst, wenn keine Mitgliedschaft besteht fbgui als beispiel mit bootmenu ausgestattet --- application/controllers/IndexController.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'application/controllers/IndexController.php') diff --git a/application/controllers/IndexController.php b/application/controllers/IndexController.php index 5f61df4..f3e5256 100644 --- a/application/controllers/IndexController.php +++ b/application/controllers/IndexController.php @@ -10,10 +10,12 @@ class IndexController extends Zend_Controller_Action public function indexAction() { - print_a($_SERVER); - 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 } -- cgit v1.2.3-55-g7522