diff options
| author | michael pereira | 2011-04-26 14:58:09 +0200 |
|---|---|---|
| committer | michael pereira | 2011-04-26 14:58:09 +0200 |
| commit | 2c119f5d840aa9afc1c7a746a5b6166fb6602a11 (patch) | |
| tree | f0535d47642ba65c440b9f79872751ce04212071 /application/controllers/IndexController.php | |
| parent | fix (diff) | |
| parent | noserial fehler anzeige (diff) | |
| download | pbs2-2c119f5d840aa9afc1c7a746a5b6166fb6602a11.tar.gz pbs2-2c119f5d840aa9afc1c7a746a5b6166fb6602a11.tar.xz pbs2-2c119f5d840aa9afc1c7a746a5b6166fb6602a11.zip | |
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/controllers/IndexController.php')
| -rw-r--r-- | application/controllers/IndexController.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/controllers/IndexController.php b/application/controllers/IndexController.php index 5120d6f..8ad2fc4 100644 --- a/application/controllers/IndexController.php +++ b/application/controllers/IndexController.php @@ -26,8 +26,8 @@ class IndexController extends Zend_Controller_Action $mySession->postdata = $_POST; } - $d = new Pbs_Debug(); - $d->debug(array('MainIndexController',$_SERVER['REMOTE_ADDR'],implode("\t",$mySession->postdata))); + // $d = new Pbs_Debug(); + // $d->debug(array('MainIndexController',$_SERVER['REMOTE_ADDR'],implode("\t",$mySession->postdata))); $this->_redirect("/fbgui/index/index"); } |
