chore(deps): bump twig/twig from 3.17.1 to 3.19.0 (#7951)
[openemr.git] / interface / billing / ub04_submit.php
blobc3c7a37e50a81f0a7dd1ad35f9e5c113f4a99419
1 <?php
3 /**
4 * UB04 Submit
6 * UThis is used as an endpoint URL by the UI to call into the ub04 functions
8 * @package OpenEMR
9 * @link http://www.open-emr.org
10 * @author Jerry Padgett <sjpadgett@gmail.com>
11 * @author Ken Chapple <ken@mi-squared.com>
12 * @copyright Copyright (c) 2021 Ken Chapple <ken@mi-squared.com>
13 * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
16 require_once("../globals.php");
17 require_once './ub04_dispose.php';
19 ub04_dispose();