diff options
| author | root | 2014-03-10 18:08:08 +0100 |
|---|---|---|
| committer | root | 2014-03-10 18:08:08 +0100 |
| commit | 66b515b718fb2de57462c1aa172d89b94936cef5 (patch) | |
| tree | 39f42e3b138af8e4ed5cdb8c613d50e9017082c1 /www/login.php | |
| parent | ba4a14efc9446942ffb0105bbe73756f5724280e (diff) | |
| download | files.iamfabulous.de-66b515b718fb2de57462c1aa172d89b94936cef5.tar.gz | |
file upload
Diffstat (limited to 'www/login.php')
| -rw-r--r-- | www/login.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/login.php b/www/login.php index e9c839b..e65cfef 100644 --- a/www/login.php +++ b/www/login.php @@ -2,7 +2,7 @@ <div class="login-area"> <h1 class="login-area"> Log in </h1> - <form id="login-form"> + <form id="login-form" method='post' action='/login'> <input type="text" placeholder="username" name="username" id="username-input" class="login-input"> <input type="password" placeholder="password" name="password" id="password-input" class="login-input"> |
