diff options
Diffstat (limited to 'application')
| -rw-r--r-- | application/controllers/IndexController.php | 2 | ||||
| -rw-r--r-- | application/modules/fbgui/controllers/IndexController.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/application/controllers/IndexController.php b/application/controllers/IndexController.php index 00ddc12..041f53f 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",$_SESSION['postdata']))); + $d->debug(array('MainIndexController',$_SERVER['REMOTE_ADDR'],implode("\t",$_SESSION['pbs']['postdata']))); $this->_redirect('/fbgui/index/index'); } diff --git a/application/modules/fbgui/controllers/IndexController.php b/application/modules/fbgui/controllers/IndexController.php index 2c8fce9..0b16d70 100644 --- a/application/modules/fbgui/controllers/IndexController.php +++ b/application/modules/fbgui/controllers/IndexController.php @@ -26,7 +26,7 @@ class Fbgui_IndexController extends Zend_Controller_Action $mySession = new Zend_Session_Namespace('pbs'); $d = new Pbs_Debug(); - $d->debug(array('FBGuiIndexController',$_SERVER['REMOTE_ADDR'],implode("\t",$_SESSION['postdata']))); + $d->debug(array('FBGuiIndexController',$_SERVER['REMOTE_ADDR'],implode("\t",$_SESSION['pbs']['postdata']))); if(isset($mySession->postdata['bootisoID']) || isset($mySession->postdata['serialnumber'])){ // Create a session |
