Remove conditional moderator check in _mod.php
This commit is contained in:
parent
1cf5f5b2a0
commit
8c4778c093
@ -571,9 +571,9 @@ if ($go == 3 && $u->info['admin'] > 0) {
|
||||
</div>
|
||||
<div style="display: grid; grid-template-columns: auto 150px;">
|
||||
<div style="text-align: center;">
|
||||
<?php if ($m->isModerator): ?>
|
||||
<?php ?>
|
||||
<h3>Модераторская</h3>
|
||||
<?php endif; ?>
|
||||
<?php ?>
|
||||
</div>
|
||||
<div style="text-align: right;">
|
||||
<input type="button" class="btn btn-danger" value="Вернуться" onclick="location='main.php';">
|
||||
|
Loading…
Reference in New Issue
Block a user