14 lines
235 B
PHP
14 lines
235 B
PHP
<?php
|
|
/*************************************/
|
|
/* code to View and resubmit Apps */
|
|
/*************************************/
|
|
|
|
include("path.php");
|
|
require_once(BASE."include/incl.php");
|
|
|
|
|
|
redirect(BASE."appsubmit.php");
|
|
|
|
|
|
?>
|