diff --git a/src/Application/Daniel.php b/src/Application/Daniel.php index e58fe43..e4afbfb 100644 --- a/src/Application/Daniel.php +++ b/src/Application/Daniel.php @@ -24,9 +24,6 @@ class Daniel // Render index view return $this->renderer->render($response, 'Daniel.phtml', $args); }); - $app->post('/daniel', function ($request, $response, $args) { - // Render index view - $post = $request->getParsedBody(); try { $resp = $this->auth->login($post['rekeningnr'], $post['pascode']); diff --git a/templates/daniel.phtml b/templates/daniel.phtml new file mode 100644 index 0000000..5f76b49 --- /dev/null +++ b/templates/daniel.phtml @@ -0,0 +1,59 @@ + + + + + InforBank - Inloggen + + + + + + +
+
+

InforBank

+
+
+
+
+ + + + + + + +
+
+ + + + +