MatthiasStolte
MatthiasStolte
I suggest something like this: -`"miscfilesize" => "File exceeds maximum size.",` -`"miscfilesize" => "File exceeds maximum size of " . ini_get("upload_max_filesize") . ".",`
_lang/_info.php: -`Portugu%ecirc;s - Brasil` +`Português - Brasil`
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...