summaryrefslogtreecommitdiffstats
path: root/application/controllers
diff options
context:
space:
mode:
authorSimon2011-04-26 14:28:44 +0200
committerSimon2011-04-26 14:28:44 +0200
commit0307ba92f264d1fb2db9e6b4ceb17522f9c46611 (patch)
treea595fdcf4d514cae731aad72914e14c372cd5f95 /application/controllers
parentuser-layout angepasst (diff)
downloadpbs2-0307ba92f264d1fb2db9e6b4ceb17522f9c46611.tar.gz
pbs2-0307ba92f264d1fb2db9e6b4ceb17522f9c46611.tar.xz
pbs2-0307ba92f264d1fb2db9e6b4ceb17522f9c46611.zip
debug auskommentiert
Diffstat (limited to 'application/controllers')
-rw-r--r--application/controllers/IndexController.php4
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");
}