$lang["systemsetup"], 'href' => $baseurl_short . "pages/admin/admin_home.php", 'menu' => true],
['title' => $lang["installationcheck"]]
]);
?>
' . escape($lang["repeatinstallationcheck"]); ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%1$s (%2$s)',
escape($lang["blockedbrowsingoffilestore"]),
escape($cfb['filestore_url'])
);
?>
|
|
|
|
|
|
|
|
2 || $last_cron == $lang["status-never"]) { ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$required_fn) {
?>
php- |
|
|
|
|
|
|
$sysu) {
// Skip utilities which are a sub program (e.g ImageMagick has convert, identify, composite etc., checking for
// convert is enough) -or- are not required and configured
if (!$sysu['show_on_check_page'] || (!$sysu['required'] && !isset($GLOBALS[$sysu['path_var_name']]))) {
continue;
}
display_utility_status($sysu_name);
}
# Check archiver
if (
!$use_zip_extension
&& ($collection_download || isset($zipcommand)) # Only check if it is going to be used.
) {
$archiver_fullpath = get_utility_path("archiver", $path);
if ($path == null && !isset($zipcommand)) {
$result = $lang["status-notinstalled"];
} elseif ($collection_download && $archiver_fullpath != false) {
$result = $lang["status-ok"];
if (isset($zipcommand)) {
$result .= "
" . $lang["zipcommand_overridden"];
}
} elseif (isset($zipcommand)) {
$result = $lang["status-warning"] . ": " . $lang["zipcommand_deprecated"];
} else {
$result = $lang["status-fail"] . ": " . str_replace("?", $path, $lang["softwarenotfound"]);
}
?>
|
|