' . 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
' . $gitCommit . ')';
}
echo "v" . $ICEcoder["versionNo"] . $gitCommitTextLink;
?>