getVersion()) { ?>
Version getVersion(); ?>
' . $AppUI->getMsg() . '';
$msg = '';
$msg .= phpversion() < '4.1' ? '
WARNING: web2project is NOT SUPPORT for this PHP Version (' . phpversion() . ')' : '';
$msg .= function_exists('mysql_pconnect') ? '' : '
WARNING: PHP may not be compiled with MySQL support. This will prevent proper operation of web2Project. Please check you system setup.';
echo $msg;
?>