mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-31 23:57:13 +00:00
Change to english Admin - Change
Change to english Admin - Change
This commit is contained in:
@@ -53,7 +53,7 @@ function go_url(url) {
|
|||||||
<input type="hidden" name="access" value="<?php echo $user['access']; ?>">
|
<input type="hidden" name="access" value="<?php echo $user['access']; ?>">
|
||||||
<?php
|
<?php
|
||||||
$names = [0=>'Banned', 2=>'Normal User', 8=>'Multihunter', 9=>'Admin'];
|
$names = [0=>'Banned', 2=>'Normal User', 8=>'Multihunter', 9=>'Admin'];
|
||||||
echo '<b style="color:#c00;">'.$names[$user['access']].'</b> - Nu îți poți modifica propriul acces';
|
echo '<b style="color:#c00;">'.$names[$user['access']].'</b> - You cannot change your own access.';
|
||||||
?>
|
?>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user