-
- Downloads
Fix: The check if upload_max_filesize or post_max_size is 0 fails if only one of them is 0.
$upload_max_filesize and $post_max_size need to be casted to (int) to match "=== 0"
Loading
Please register or sign in to comment
$upload_max_filesize and $post_max_size need to be casted to (int) to match "=== 0"