summaryrefslogtreecommitdiffstats
path: root/application/controllers
diff options
context:
space:
mode:
authorSimon2011-04-14 17:23:23 +0200
committerSimon2011-04-14 17:23:23 +0200
commite02fbbed09de5003849f1c68bc132806b616bec6 (patch)
treee9041feceee0f353c0475ac5a3a10bebfc89ba33 /application/controllers
parentfbgui debug fix (diff)
downloadpbs2-e02fbbed09de5003849f1c68bc132806b616bec6.tar.gz
pbs2-e02fbbed09de5003849f1c68bc132806b616bec6.tar.xz
pbs2-e02fbbed09de5003849f1c68bc132806b616bec6.zip
debug fbgui
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 2b03e83..df57d9a 100644
--- a/application/controllers/IndexController.php
+++ b/application/controllers/IndexController.php
@@ -19,7 +19,7 @@ class IndexController extends Zend_Controller_Action
$d = new Pbs_Debug();
$d->debug(array('MainIndexController',$_SERVER['REMOTE_ADDR'],implode("\t",$mySession->postdata)));
- $this->_redirect('/fbgui/index/index');
+ $this->_redirect("/fbgui/index/index?" . session_name() . "=" . session_id());
}
// action body