showinvis removed
This commit is contained in:
parent
e71f4e637f
commit
bdcd31f374
@ -28,7 +28,6 @@ $arr = [
|
||||
'telegraf' => [1.1, 1.7, 1.75, 1.91, 1.98, 1.99],
|
||||
'trade' => [1.7, 1.91, 1.98, 1.99],
|
||||
'golos' => [1.99],
|
||||
'showinvis' => [1.7, 1.75, 1.91, 1.98, 1.99]
|
||||
];
|
||||
|
||||
?>
|
||||
@ -533,10 +532,6 @@ if (in_array($user['align'], $arr['telegraf'])) {
|
||||
echo "<form method='post' action='orden.php'><legend>Телеграф</legend><input name='grn' placeholder='Логин'> <input name='gr' size='50' placeholder='Сообщение'> <input type='submit' value='Отправить'>";
|
||||
}
|
||||
|
||||
if (in_array($user['align'], $arr['showinvis'])) {
|
||||
echo '<span class="redalert">[showinvis] option is deprecated</span>';
|
||||
}
|
||||
|
||||
if (in_array($user['align'], $arr['trade'])) {
|
||||
|
||||
if (!$_POST['logs']) $_POST['logs'] = date("d.m.y");
|
||||
|
Loading…
Reference in New Issue
Block a user