mirror of
https://github.com/slawkens/myaac.git
synced 2026-01-12 09:31:29 +01:00
[WIP] Refactor
This commit is contained in:
@@ -5,7 +5,7 @@ csrfProtect();
|
||||
|
||||
$title = 'Lost Account';
|
||||
|
||||
$nick = stripslashes($_REQUEST['nick']);
|
||||
$nick = $_REQUEST['nick'] ?? '';
|
||||
|
||||
$player = new OTS_Player();
|
||||
$account = new OTS_Account();
|
||||
|
||||
Reference in New Issue
Block a user