Commit 03c266c6abb7a1f8a3edcff21627a237833d1f4a

Authored by Alex Savenko
1 parent ffad9c83

test

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
src/app/frontend/controllers/PageController.php
@@ -1494,6 +1494,9 @@ @@ -1494,6 +1494,9 @@
1494 1494
1495 public function please_returnAction() { 1495 public function please_returnAction() {
1496 1496
  1497 + print_r($_REQUEST);
  1498 + die();
  1499 +
1497 if($this->request->isPost()){ 1500 if($this->request->isPost()){
1498 1501
1499 $data['name'] = $this->request->getPost('name', 'string', NULL); 1502 $data['name'] = $this->request->getPost('name', 'string', NULL);