diff options
Diffstat (limited to 'app/v1_php/api/user/form.html')
-rw-r--r-- | app/v1_php/api/user/form.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/v1_php/api/user/form.html b/app/v1_php/api/user/form.html index a01d2dd..fb2fc67 100644 --- a/app/v1_php/api/user/form.html +++ b/app/v1_php/api/user/form.html @@ -3,7 +3,7 @@ </head> <body> -<form method="POST"> +<form method="POST" action="index.php"> <div class="form_line"> <label name="firstname">firstname</label> <input type="text" name="firstname"></input> |