mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update functions_upload.php
This commit is contained in:
parent
81b5f0ca3b
commit
c37badf8a9
@ -10,6 +10,7 @@ class upload_common
|
|||||||
'max_height' => 0,
|
'max_height' => 0,
|
||||||
'allowed_ext' => array(),
|
'allowed_ext' => array(),
|
||||||
'upload_path' => '',
|
'upload_path' => '',
|
||||||
|
'up_allowed' => false,
|
||||||
);
|
);
|
||||||
var $file = array(
|
var $file = array(
|
||||||
'name' => '',
|
'name' => '',
|
||||||
|
Loading…
Reference in New Issue
Block a user