summaryrefslogtreecommitdiffstats
path: root/application/controllers
diff options
context:
space:
mode:
authorSimon2011-03-21 16:20:14 +0100
committerSimon2011-03-21 16:20:14 +0100
commit46ac4cbb42c8da28aadb5e094ed65da0b4116003 (patch)
tree991d13928eac953e94a181cdc78da6bd679c5bf3 /application/controllers
parentbugfix um session zu setzen (diff)
downloadpbs2-46ac4cbb42c8da28aadb5e094ed65da0b4116003.tar.gz
pbs2-46ac4cbb42c8da28aadb5e094ed65da0b4116003.tar.xz
pbs2-46ac4cbb42c8da28aadb5e094ed65da0b4116003.zip
fallback lösungen für fbgui hinzugefügt
Diffstat (limited to 'application/controllers')
-rw-r--r--application/controllers/IndexController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/controllers/IndexController.php b/application/controllers/IndexController.php
index f3e5256..83fbe08 100644
--- a/application/controllers/IndexController.php
+++ b/application/controllers/IndexController.php
@@ -12,7 +12,7 @@ class IndexController extends Zend_Controller_Action
{
if(stristr($_SERVER['HTTP_USER_AGENT'],'prebootGUI')){
$_SESSION['postdata'] = $_POST;
- $this->_redirect('/fbgui/index/index') ;
+ $this->_redirect('/fbgui/index/index/data/'.json_encode($_POST)) ;
}