showinvis removed

This commit is contained in:
lopar 2019-01-09 19:48:32 +02:00
parent e71f4e637f
commit bdcd31f374
1 changed files with 0 additions and 5 deletions

View File

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