mirror of
https://github.com/slawkens/myaac.git
synced 2025-11-02 00:46:23 +01:00
[WIP] Refactor
This commit is contained in:
@@ -7,6 +7,8 @@ csrfProtect();
|
||||
|
||||
$title = 'Lost Account';
|
||||
|
||||
$nick = $_POST['nick'] ?? '';
|
||||
|
||||
if($account->isLoaded()) {
|
||||
if($account->getCustomField('email_next') < time()) {
|
||||
$twig->display('account/lost/email.html.twig', [
|
||||
|
||||
Reference in New Issue
Block a user