diff options
Diffstat (limited to 'application/controllers/IndexController.php')
| -rw-r--r-- | application/controllers/IndexController.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/application/controllers/IndexController.php b/application/controllers/IndexController.php index 290cde2..2b03e83 100644 --- a/application/controllers/IndexController.php +++ b/application/controllers/IndexController.php @@ -12,10 +12,8 @@ class IndexController extends Zend_Controller_Action { if(stristr($_SERVER['HTTP_USER_AGENT'],'prebootGUI')){ $mySession =new Zend_Session_Namespace('pbs'); - print_a($mySession); - if(!isset($_SESSION['postdata'])){ + if(!isset($mySession->postdata)){ $mySession->postdata = $_POST; - print_a($mySession); } $d = new Pbs_Debug(); |
