From 1e63526287f2710cf475f13c9a98743633f44a62 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Mon, 2 Oct 2023 12:12:01 +0700 Subject: [PATCH] Update functions_upload.php --- library/includes/functions_upload.php | 1 + 1 file changed, 1 insertion(+) diff --git a/library/includes/functions_upload.php b/library/includes/functions_upload.php index 9acce10f..cd192ae8 100644 --- a/library/includes/functions_upload.php +++ b/library/includes/functions_upload.php @@ -26,6 +26,7 @@ class upload_common var $ext_ids = array(); // array_flip($bb_cfg['file_id_ext']) var $errors = array(); var $img_types = array( + // Не редактируйте! 1 => 'gif', 2 => 'jpg', 3 => 'png',