Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add check for mod_php before setting php_value for upload size
This will prevent errors on systems that don't allow overriding the php values from within the .htaccess files. This will only check for php 7+ though, as the mod_php directive is version specific. This is okay for now, as we officially only support PHP 7.1+
- Loading branch information