diff options
| author | ilotterytea <iltsu@alright.party> | 2025-05-12 14:23:19 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-05-12 14:23:19 +0500 |
| commit | 61b95aabbc33feb4c4118027ea53a85b5d89e4f0 (patch) | |
| tree | 71af5d3469d92acedfff17191170a2a8b60fb436 /public | |
| parent | 812522ce295c145dd3ad89e21d13d8d5260e55a9 (diff) | |
fix: form url in /account/login
Diffstat (limited to 'public')
| -rw-r--r-- | public/account/login/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/account/login/index.php b/public/account/login/index.php index 7c562d1..f9e7125 100644 --- a/public/account/login/index.php +++ b/public/account/login/index.php @@ -60,7 +60,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") { <p>Log in to <?php echo INSTANCE_NAME ?></p> </div> <div class="box content"> - <form action="/account/login" method="post"> + <form action="/account/login/" method="post"> <div> <label for="username">Username</label> <input type="text" name="username" id="form-username" required> |
