From 416fe6571634e48ce69c73bce835d8a99cbf8d79 Mon Sep 17 00:00:00 2001 From: the_kellner Date: Sat, 26 May 2018 11:26:18 +0200 Subject: [PATCH] add: php_post @line:61,97 Added php post methods for the login and register modal, to change determination path just edit the form tag param action in line 61 and 97. --- index.php | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/index.php b/index.php index 7ba993a..8f513eb 100644 --- a/index.php +++ b/index.php @@ -58,23 +58,26 @@ + @@ -91,6 +94,8 @@ @@ -122,6 +127,22 @@

Test Commit

+LoginModalData: +Welcome
+Your Password is:
+
+RegisterModalData: +Welcome
+Your Password is:
+Your Mail Adress is:
+ + + + + + + +