index.php 127 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 <?php /** * Redirect to the status.php page * * @author Sam */ require "WEB-INF/php/inc.php"; redirect("status.php"); ?>