remove deprecated method sys_see()

This commit is contained in:
2023-01-10 20:58:20 +02:00
parent 2947b59172
commit c071d2d293
6 changed files with 10 additions and 23 deletions
+1 -1
View File
@@ -215,7 +215,7 @@ if (isset($CRON_CORE) && (isset($_POST['atack'], $_POST['block']) || (isset($_PO
$i++;
}
$atk1 = 0;
$rsys = $u->sys_see(0);
$rsys = '';
if ($rsys != '') {
$js .= $rsys;
}