fix: adjust to global redirect url, remove multiple session start causing error 500
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user