Commit bf764054c7f75197c63cdea5bccd5622c3494990
1 parent
03c266c6
test
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/app/frontend/controllers/PageController.php
@@ -1494,8 +1494,8 @@ | @@ -1494,8 +1494,8 @@ | ||
1494 | 1494 | ||
1495 | public function please_returnAction() { | 1495 | public function please_returnAction() { |
1496 | 1496 | ||
1497 | - print_r($_REQUEST); | ||
1498 | - die(); | 1497 | +// print_r($_REQUEST); |
1498 | +// die(); | ||
1499 | 1499 | ||
1500 | if($this->request->isPost()){ | 1500 | if($this->request->isPost()){ |
1501 | 1501 |