blob: 796ecd1ed9e97c21a04d8d3839b278c48e1dad97 [file] [log] [blame]
<?php
// tiny banner to remind when looking at "local" or "test" machine results
$serverName = $_SERVER["SERVER_NAME"];
if (!stristr($serverName, "download.eclipse.org")) {
echo "<p style=\"text-align: center;\">Reminder: this is <code>$serverName</code>. See also <a href=\"https://download.eclipse.org/tools/orbit\">Live public eclipse orbit site</a>.</p>";
}