Example #1
0
    preg_match_all("/<tr[^>]*>\n\t\t\t\t\t\t\t\t\t\t   <td[^>]*>(.*)<\\/td>\n\t\t\t\t\t\t\t\t\t\t   <td[^>]*>(.*)<\\/td>\n\t\t\t\t\t\t\t\t\t\t   <td[^>]*>(.*)<\\/td>/Ux", $val, $sub_ext);
    foreach ($sub[0] as $key => $val) {
        if (preg_match("/Configuration File \\(php.ini\\) Path /", $val)) {
            $val = preg_replace("/Configuration File \\(php.ini\\) Path /", '', $val);
            $phpini = strip_tags($val);
        }
    }
}
if (isset($_REQUEST['filename'])) {
    $file_name = htmlspecialchars($_REQUEST['filename']);
}
$failed_permissions = Common_Install_Wizard_Utils::getFailedPermissionsFiles();
$gd_info_alternate = Common_Install_Wizard_Utils::$gdInfoAlternate;
$directive_recommended = Common_Install_Wizard_Utils::getRecommendedDirectives();
$directive_array = Common_Install_Wizard_Utils::getCurrentDirectiveValue();
$check_mysql_extension = Common_Install_Wizard_Utils::check_mysql_extension();
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
	<title><?php 
echo $installationStrings['APP_NAME'] . ' - ' . $installationStrings['LBL_CONFIG_WIZARD'] . ' - ' . $installationStrings['LBL_INSTALLATION_CHECK'];
?>
</title>
	<link href="include/install/install.css" rel="stylesheet" type="text/css">
	<link href="themes/softed/style.css" rel="stylesheet" type="text/css">
</head>

<body class="small cwPageBg" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">