fix: adjust to global redirect url, remove multiple session start causing error 500

This commit is contained in:
Morph01
2025-02-02 13:26:32 -08:00
parent b70ac7f5b3
commit 3da66d6bed
3 changed files with 10 additions and 8 deletions

View File

@@ -8,7 +8,7 @@
</head>
<body>
<form method="post" action="/index.php?action=login">
<form method="post" action="index.php?action=login">
<label for="user_pseudo">Votre identifiant:</label>
<input type="text" id="user_pseudo" name="user_pseudo" required><br>