diff options
| author | Simon | 2011-04-14 17:23:23 +0200 |
|---|---|---|
| committer | Simon | 2011-04-14 17:23:23 +0200 |
| commit | e02fbbed09de5003849f1c68bc132806b616bec6 (patch) | |
| tree | e9041feceee0f353c0475ac5a3a10bebfc89ba33 /application/controllers/IndexController.php | |
| parent | fbgui debug fix (diff) | |
| download | pbs2-e02fbbed09de5003849f1c68bc132806b616bec6.tar.gz pbs2-e02fbbed09de5003849f1c68bc132806b616bec6.tar.xz pbs2-e02fbbed09de5003849f1c68bc132806b616bec6.zip | |
debug fbgui
Diffstat (limited to 'application/controllers/IndexController.php')
| -rw-r--r-- | application/controllers/IndexController.php | 2 |
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 |
