From 0307ba92f264d1fb2db9e6b4ceb17522f9c46611 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 26 Apr 2011 14:28:44 +0200 Subject: debug auskommentiert --- application/modules/fbgui/controllers/IndexController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'application/modules/fbgui/controllers/IndexController.php') diff --git a/application/modules/fbgui/controllers/IndexController.php b/application/modules/fbgui/controllers/IndexController.php index 1401be3..5ba3a12 100644 --- a/application/modules/fbgui/controllers/IndexController.php +++ b/application/modules/fbgui/controllers/IndexController.php @@ -47,8 +47,8 @@ class Fbgui_IndexController extends Zend_Controller_Action $this->view->notification = $pbsNotifier->notify('You have no membership, therefore you have no own BootMenu','info'); } - $d = new Pbs_Debug(); - $d->debug(array('FBGuiIndexController',$_SERVER['REMOTE_ADDR'],implode("\t",$mySession->postdata))); + // $d = new Pbs_Debug(); + // $d->debug(array('FBGuiIndexController',$_SERVER['REMOTE_ADDR'],implode("\t",$mySession->postdata))); if(isset($mySession->postdata['bootisoID']) || isset($mySession->postdata['serialnumber'])){ // Create a session -- cgit v1.2.3-55-g7522 From 5d8ce7e6ad55db80c8dda59ffc2105a49bd4d73d Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 26 Apr 2011 15:01:37 +0200 Subject: noserial fehler anzeige --- application/modules/fbgui/controllers/IndexController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/modules/fbgui/controllers/IndexController.php') diff --git a/application/modules/fbgui/controllers/IndexController.php b/application/modules/fbgui/controllers/IndexController.php index 5ba3a12..1860297 100644 --- a/application/modules/fbgui/controllers/IndexController.php +++ b/application/modules/fbgui/controllers/IndexController.php @@ -63,7 +63,7 @@ class Fbgui_IndexController extends Zend_Controller_Action elseif(isset($mySession->postdata['serialnumber'])){ $results = $bootisomapper->findBy(array('serialnumber' => $mySession->postdata['serialnumber']),true); if(count($results) == 0){ - $this->_redirect('/fbgui/index/error/serialresult/noserial2'); + $this->_redirect('/fbgui/index/error/serialresult/noserial'); } $bootiso->setOptions($results[0]); $bootiso->setID($results[0]['bootisoID']); -- cgit v1.2.3-55-g7522