update pictures

This commit is contained in:
Flatlogic Bot 2026-04-15 07:24:32 +00:00
parent bfd0f1a7e8
commit f396d9f9c5
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

View File

@ -1107,7 +1107,7 @@ function qh_admin_handle_request(): void
}
$action = trim((string) ($_POST['action'] ?? ''));
if ($action === '' || in_array($action, ['add_video', 'delete_video', 'toggle_status', 'add_news', 'delete_news', 'toggle_news_status', 'create_user', 'update_user', 'delete_user'])) {
if ($action === '' || in_array($action, ['add_video', 'delete_video', 'add_media', 'delete_media', 'toggle_status', 'add_news', 'delete_news', 'toggle_news_status', 'create_user', 'update_user', 'delete_user'], true)) {
return;
}