if (!check_perms('admin_dnu')) { error(403); } $Title = 'Manage the "Do Not Upload" list'; View::show_header($Title); $DB->query(" SELECT d.ID, d.Name, d.Comment, d.UserID, d.Time FROM do_not_upload as d LEFT JOIN users_main AS um ON um.ID=d.UserID ORDER BY d.Time DESC"); ?>
Add an entry to the "Do Not Upload" list | |||
Name | Comment | Added | Submit |