summaryrefslogtreecommitdiff
path: root/www/login.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/login.php')
-rw-r--r--www/login.php2
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">