Commit e82c7f1a66d1cafefa6eb2292e74c2aa73f9f65b
1 parent
bf764054
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 |