summaryrefslogtreecommitdiffstats
path: root/application/controllers/ErrorController.php
diff options
context:
space:
mode:
authorSimon2011-04-20 13:08:33 +0200
committerSimon2011-04-20 13:08:33 +0200
commit624cbcae5c9b5bcedf03c77460b07eb20fbb2366 (patch)
tree8a768c4f55d982384982f3c541b1d4b8d319ca96 /application/controllers/ErrorController.php
parentTicket #229 - Hilfetexte wurde bei den Bereichen, zu denen Benutzer zugriff h... (diff)
downloadpbs2-624cbcae5c9b5bcedf03c77460b07eb20fbb2366.tar.gz
pbs2-624cbcae5c9b5bcedf03c77460b07eb20fbb2366.tar.xz
pbs2-624cbcae5c9b5bcedf03c77460b07eb20fbb2366.zip
Automatischer Start nach x Sekunden hinzugefügt
Diffstat (limited to 'application/controllers/ErrorController.php')
-rw-r--r--application/controllers/ErrorController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/controllers/ErrorController.php b/application/controllers/ErrorController.php
index efee141..abf3ec1 100644
--- a/application/controllers/ErrorController.php
+++ b/application/controllers/ErrorController.php
@@ -26,13 +26,13 @@ class ErrorController extends Zend_Controller_Action
$this->getResponse()->setHttpResponseCode(404);
$this->view->message = 'Page not found';
$this->_redirect('/user/');
- #print_a($errors);
+ # print_a($errors);
break;
default:
// application error
$this->getResponse()->setHttpResponseCode(500);
$this->view->message = 'Application error - Please contact the admin';
- #print_a($errors);
+ # print_a($errors);
break;
}