Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure the setAllowedMaxFileSize wont allow config values to exceed PHP limits #469

Merged
merged 1 commit into from
Jan 8, 2024

Commits on Jan 7, 2024

  1. FIX Ensure the setAllowedMaxFileSize wont allow config values to exce…

    …ed PHP limits
    
    Fixes an issue where you could specify a upload validation size larger than the php in allowed value. This will now check to ensure what is set on config wont exeed php limit. This also uses Convert since File::ini2bytes is depricated, added some tests
    nfauchelle authored and GuySartorelli committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    1adcfbd View commit details
    Browse the repository at this point in the history