diff options
author | Rick Ellis <rick.ellis@ellislab.com> | 2008-10-04 03:39:44 +0200 |
---|---|---|
committer | Rick Ellis <rick.ellis@ellislab.com> | 2008-10-04 03:39:44 +0200 |
commit | 0aac08e4a24b3fdad3af7f608f6861c18547a42b (patch) | |
tree | e17f17ae0b234d62c56db1a2df919f2a3bc0359a /system/libraries | |
parent | 2f26ba98c2ccda07fe2177d0b48b117ca8fddafe (diff) |
Tweaked the last feature added to limit file name length
Diffstat (limited to 'system/libraries')
-rw-r--r-- | system/libraries/Upload.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/libraries/Upload.php b/system/libraries/Upload.php index a2437d072..42d02d941 100644 --- a/system/libraries/Upload.php +++ b/system/libraries/Upload.php @@ -81,6 +81,7 @@ class CI_Upload { 'max_size' => 0,
'max_width' => 0,
'max_height' => 0,
+ 'max_filename' => 0,
'allowed_types' => "",
'file_temp' => "",
'file_name' => "",
|