fix checkuser page + add harem addition to invite page

This commit is contained in:
xiaomlove
2022-08-05 16:13:19 +08:00
parent cfda6aec1d
commit 60013897ab
8 changed files with 42 additions and 24 deletions

View File

@@ -12,10 +12,11 @@ else
"<a class=altlink href=invite.php?id={$CURUSER['id']}>".$lang_takeconfirm['std_here_to_go_back'],false);
$title = $SITENAME.$lang_takeconfirm['mail_title'];
$baseUrl = getSchemeAndHttpHost();
$body = <<<EOD
{$lang_takeconfirm['mail_content_1']}
<b><a href="javascript:void(null)" onclick="window.open('http://$BASEURL/login.php')">{$lang_takeconfirm['mail_here']}</a></b><br />
http://$BASEURL/login.php
<b><a href="javascript:void(null)" onclick="window.open('{$baseUrl}/login.php')">{$lang_takeconfirm['mail_here']}</a></b><br />
{$baseUrl}/login.php
{$lang_takeconfirm['mail_content_2']}
EOD;