- added check for multibyte string extension (mb_encode_mimeheader)
- added note that Apache version check failure can be ignored if another
webserver is used
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@268 a1433add-5e2c-0410-b055-b7f2511e0802
print "<li><b>Unable to check for Apache version. (missing function: apache_get_version())</b></li>\n";
print "<li><b>Unable to check for Apache version. (missing function: apache_get_version())<br/>(Ignore this warning if you use another webserver software.)</b></li>\n";
}
print "</ul>";
@ -234,6 +235,20 @@ else
$error =+ 1;
}
//
// Multibyte functions
//
if ( $f_mb_encode_mimeheader == 1 )
{
print "<li>Depends on: multibyte string - OK</li>\n";
}
else
{
print "<li><b>Error: Depends on: multibyte string - NOT FOUND</b><br/>\n";