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
@@ -220,7 +220,7 @@ if ($_SERVER['HTTP_X_REQUESTED_WITH'] == 'XMLHttpRequest' || isset($CRON_CORE))
}
$atk1 = 0;
if (!isset($CRON_CORE)) {
$rsys = $u->sys_see(0);
$rsys = '';
}
if ($rsys != '') {
$js .= $rsys;