mirror of
https://github.com/slawkens/myaac.git
synced 2026-01-02 05:07:11 +01:00
[WIP] Refactor account lost
This commit is contained in:
@@ -5,8 +5,8 @@ csrfProtect();
|
||||
|
||||
$title = 'Lost Account';
|
||||
|
||||
$code = $_POST['code'] ?? '';
|
||||
$character = $_POST['character'] ?? '';
|
||||
$code = $_REQUEST['code'] ?? '';
|
||||
$character = $_REQUEST['character'] ?? '';
|
||||
|
||||
if(empty($code) || empty($character)) {
|
||||
$twig->display('account/lost/check-code.html.twig', [
|
||||
|
||||
Reference in New Issue
Block a user