mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-26 13:27:22 +08:00
improve paid torrent + hit and run
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user