<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <link href="../za-base/za.css" rel="stylesheet" type="text/css" /> <?php require "../za-base/za-headers.php"; require "pre-headerbar.php"; ?> <title><?php echo $hostname; ?> Submission Checker Status</title> </head> <body> <?php echo headers("submission checker", gen_prethirdbar("log")); ?> <div class="content"> <h1>Log</h1> <pre> <?php echo file_exists($logfile) ? htmlspecialchars(trim(file_get_contents($logfile))) : ""; ?> </pre> </div> <?php echo footer(); ?> </body>
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <link href="../za-base/za.css" rel="stylesheet" type="text/css" /> <?php require "../za-base/za-headers.php"; require "pre-headerbar.php"; ?> <title><?php echo $hostname; ?> Submission Checker Configs</title> </head> <body> <?php echo headers("submission checker", gen_prethirdbar("configs")); ?> <div class="content"> <h1>Configs <?php echo file_exists("FAILING") ? "<font color=\"red\"><b>FAILING!</b></font>" : ""; ?> </h1> <table border="0"> <tr><td> Checking against: <?php echo "\"" . $svnloc . "/" . $bomloc . "\""; ?>