summaryrefslogtreecommitdiffstats
path: root/application/controllers
diff options
context:
space:
mode:
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)) ;
}