Remove conditional moderator check in _mod.php

This commit is contained in:
Ivor Barhansky 2023-12-08 18:15:50 +02:00
parent 1cf5f5b2a0
commit 8c4778c093

View File

@ -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';">