]*>
| ]*>(.*)<\/td>
| ]*>(.*)<\/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);
}
}
}
$title = $enterprise_mode.' '.$enterprise_current_version. ' (build ' .$enterprise_current_build. ') '. ' - ' . $installationStrings['LBL_CONFIG_WIZARD']. ' - ' . $installationStrings['LBL_WELCOME'];
$sectionTitle = $installationStrings['LBL_CONFIGURATION_WIZARD'];
include_once "install/templates/overall/header.php";
?>
|