This repository has been archived on 2025-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
qemudb/admin/resubmitRejectedApps.php
Jonathan Ernst 3096e63828 Rename util_show_error_page() to util_show_error_page_and_exit() and redirect() to util_redirect_and_exit()
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
2006-07-06 18:44:56 +00:00

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");
?>