From 608133e70c3acdc11850f7096a56056ae1b33b31 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 19 Mar 2011 12:26:53 +0100 Subject: Filter korrigiert Zeitzone eingestellt fbgui oberfläche angepasst --- application/controllers/IndexController.php | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) (limited to 'application/controllers/IndexController.php') diff --git a/application/controllers/IndexController.php b/application/controllers/IndexController.php index 9a65853..2972e9e 100644 --- a/application/controllers/IndexController.php +++ b/application/controllers/IndexController.php @@ -4,23 +4,15 @@ class IndexController extends Zend_Controller_Action { public function init() - { - /* Initialize action controller here */ - if(stristr($_SERVER['HTTP_USER_AGENT'],'prebootGUI')){ - $redirector = $this->_helper->getHelper('Redirector'); - $redirector->gotoSimple('index', - 'Index', - 'fbgui', - array('keys' => array_keys($_POST), - 'post' => $_POST - ) - ); - - } + { + /* Initialize action controller here */ } public function indexAction() { + if(stristr($_SERVER['HTTP_USER_AGENT'],'prebootGUI')){ + $this->_forward('index','Index','fbgui'); + } // action body } -- cgit v1.2.3-55-g7522