mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
add complain switch
This commit is contained in:
@@ -106,8 +106,10 @@ foreach ($oauthProviders as $oauthProvider) {
|
||||
if (!empty($items)) {
|
||||
echo sprintf("<p>%s: %s</p>", $lang_login['other_methods'], implode(" ", $items));
|
||||
}
|
||||
if (\App\Models\Setting::getIsComplainEnabled()) {
|
||||
echo sprintf('<p>[<b><a href="complains.php">%s</a></b>]</p>', $lang_login['text_complain']);
|
||||
}
|
||||
?>
|
||||
<p>[<b><a href="complains.php"><?= $lang_login['text_complain'] ?></a></b>]</p>
|
||||
<p><?php echo $lang_login['p_no_account_signup']?></p>
|
||||
<?php
|
||||
if ($smtptype != 'none'){
|
||||
|
||||
Reference in New Issue
Block a user