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
Chris Morgan 854df987c6 Clean up includes. Make 'path.php' and 'incl.php' required includes. Switch to using
require_once() for including files in /include so we can have include/*.php files include
their own dependencies rather than figuring out that to include A.php we need to include B.php
2006-07-07 18:14:53 +00:00

12 lines
234 B
PHP

<?php
/*************************************/
/* code to View and resubmit Apps */
/*************************************/
require("path.php");
require(BASE."include/incl.php");
util_redirect_and_exit(BASE."appsubmit.php");
?>