so it is explicit that we exit in those functions that so we know it isn't necessary to put an exit after we call them
14 lines
249 B
PHP
14 lines
249 B
PHP
<?php
|
|
/*************************************/
|
|
/* code to View and resubmit Apps */
|
|
/*************************************/
|
|
|
|
include("path.php");
|
|
require_once(BASE."include/incl.php");
|
|
|
|
|
|
util_redirect_and_exit(BASE."appsubmit.php");
|
|
|
|
|
|
?>
|