From c37badf8a9511e5a1e2350ed83c8be164f5413a6 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Mon, 2 Oct 2023 13:23:16 +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 5b6a3664..cb2e87ee 100644 --- a/library/includes/functions_upload.php +++ b/library/includes/functions_upload.php @@ -10,6 +10,7 @@ class upload_common 'max_height' => 0, 'allowed_ext' => array(), 'upload_path' => '', + 'up_allowed' => false, ); var $file = array( 'name' => '',