You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I changed upload_max_filesize and post_max_size by a htaccess file, but get_max_file_size() in _include/fun_extra.php reads php.ini instead using runtime values. I replaced get_max_file_size() with ini_get() and now the correct setting is used.