Set $title to 'Lost Account'

This commit is contained in:
slawkens
2025-09-14 19:49:26 +02:00
parent d2f1f41576
commit 233bf001ce
9 changed files with 17 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
<?php
defined('MYAAC') or die('Direct access not allowed!');
$title = 'Lost Account';
$code = isset($_REQUEST['code']) ? trim($_REQUEST['code']) : '';
$character = isset($_REQUEST['character']) ? stripslashes(trim($_REQUEST['character'])) : '';