Nog eentje
This commit is contained in:
		| @@ -24,20 +24,6 @@ class Daniel | ||||
|             // Render index view | ||||
|             return $this->renderer->render($response, 'Daniel.phtml', $args); | ||||
|         }); | ||||
|  | ||||
|             try { | ||||
|                 $resp = $this->auth->login($post['rekeningnr'], $post['pascode']); | ||||
|  | ||||
|                 if ($resp) { | ||||
|                     echo "HIER EEN REDIRECT GRAAG"; | ||||
|                 } else { | ||||
|                     echo "ERR PASS!"; | ||||
|                 } | ||||
|             } catch (\Exception $e) { | ||||
|                 echo "ERR REK!"; | ||||
|             } | ||||
|  | ||||
|         die(); | ||||
|         }; | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user