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,8 +7,8 @@ require __DIR__ . '/../base.php';
|
||||
|
||||
$title = 'Lost Account';
|
||||
|
||||
$email = $_REQUEST['email'];
|
||||
$nick = stripslashes($_REQUEST['nick']);
|
||||
$email = $_POST['email'] ?? '';
|
||||
$nick = $_POST['nick'] ?? '';
|
||||
|
||||
$player = new OTS_Player();
|
||||
$account = new OTS_Account();
|
||||
|
||||
Reference in New Issue
Block a user