' . PHP_EOL;
}
}
?>
">
" .
"(" . $_SERVER['SERVER_SOFTWARE'] . ")";?>
';
} else {
for ($i = count($ICEcoder["last10Files"]) - 1; $i >= 0; $i--) {
$fileFolderName = str_replace("\\", "/", $ICEcoder["last10Files"][$i]);
// Get extension (prefix 'ext-' to prevent invalid classes from extensions that begin with numbers)
$ext = "ext-" . pathinfo($docRoot . $iceRoot . $fileFolderName, PATHINFO_EXTENSION);
echo '
';
echo '';
echo preg_replace("/^\//", "", str_replace($docRoot, "", str_replace("|", "/", $ICEcoder["last10Files"][$i])));
echo '';
if ($i > 0) {
echo PHP_EOL;
};
}
}
;?>
ICEcoder
functionEnabled("shell_exec") && is_dir(dirname(__FILE__) . "/.git")) {
$gitCommit = trim(shell_exec('git log --pretty="%h" -n1 HEAD'));
$gitCommitTextLink = ' (Git commit:
' . $gitCommit . ')';
}
echo $ICEcoder["versionNo"] . $gitCommitTextLink;
?>