diff options
| author | Simon | 2011-04-26 14:28:44 +0200 |
|---|---|---|
| committer | Simon | 2011-04-26 14:28:44 +0200 |
| commit | 0307ba92f264d1fb2db9e6b4ceb17522f9c46611 (patch) | |
| tree | a595fdcf4d514cae731aad72914e14c372cd5f95 /application/modules/fbgui/controllers | |
| parent | user-layout angepasst (diff) | |
| download | pbs2-0307ba92f264d1fb2db9e6b4ceb17522f9c46611.tar.gz pbs2-0307ba92f264d1fb2db9e6b4ceb17522f9c46611.tar.xz pbs2-0307ba92f264d1fb2db9e6b4ceb17522f9c46611.zip | |
debug auskommentiert
Diffstat (limited to 'application/modules/fbgui/controllers')
| -rw-r--r-- | application/modules/fbgui/controllers/IndexController.php | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
