improve paid torrent + hit and run

This commit is contained in:
xiaomlove
2025-06-17 20:54:18 +07:00
parent ee4757cdc9
commit 3db4537153
21 changed files with 326 additions and 70 deletions
+3
View File
@@ -9,6 +9,9 @@ function bark($msg) {
dbconn();
loggedinorreturn();
user_can('staffmem', true);
if (empty($_POST['delreport'])) {
stderr('Error', $lang_functions['select_at_least_one_record']);
}
if ($_POST['setdealt']){
$res = sql_query ("SELECT id FROM reports WHERE dealtwith=0 AND id IN (" . implode(", ", $_POST['delreport']) . ")");
while ($arr = mysql_fetch_assoc($res))