This commit is contained in:
xiaomlove
2025-09-14 00:47:09 +07:00
parent 4c46f376ba
commit c74c88f5a5
10 changed files with 65 additions and 22 deletions

View File

@@ -13,7 +13,7 @@ if (isset($_GET['del']))
}
}
$where=$_GET["type"] ?? '';
$refresh = ($CURUSER['sbrefresh'] ? $CURUSER['sbrefresh'] : 120)
$refresh = ($CURUSER['sbrefresh'] ?? 120)
?>
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">