mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 13:21:54 +02:00
final fix for https://github.com/e107inc/e107/issues/1514
This commit is contained in:
@@ -976,7 +976,7 @@ if (isset($_POST['register']) && intval($pref['user_reg']) === 1)
|
||||
else
|
||||
{
|
||||
$text = LAN_SIGNUP_76." ".SITENAME.", ".LAN_SIGNUP_12."<br /><br />";
|
||||
$text .= str_replace(array('[',']'), array("<a href='".e_BASE."login.php'>", "</a>"), LAN_SIGNUP_13);
|
||||
$text .= str_replace(array('[',']'), array("<a href='".e_LOGIN."'>", "</a>"), LAN_SIGNUP_13);
|
||||
}
|
||||
|
||||
$ns->tablerender(LAN_SIGNUP_8,$text);
|
||||
|
Reference in New Issue
Block a user