* @copyright (C) Adam Armstrong * */ if ($_SESSION['userlevel'] < '7') { print_error("Insufficient Privileges"); } else { r($port); } // EOF