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

@@ -9,7 +9,7 @@
* @link https://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
$title = 'Lost Account Interface';
$title = 'Lost Account';
if(!setting('core.mail_enabled')) {
echo "<b>Account maker is not configured to send e-mails, you can't use Lost Account Interface. Contact with admin to get help.</b>";