.inc files migration to .inc.php (#5897)
[openemr.git] / contrib / forms / dap / view.php
blob3b7a57c5afc85cce40d0e1d86281313fb16867f2
1 <?php
3 /*
4 * @package OpenEMR
5 * @link http://www.open-emr.org
6 * @author Sherwin Gaddis <sherwingaddis@gmail.com>
7 * @copyright Copyright (c) 2020. Sherwin Gaddis <sherwingaddis@gmail.com>
8 * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
9 */
11 require_once("../../globals.php");
12 require_once("$srcdir/api.inc.php");
14 require("C_FormDAP.class.php");
16 $c = new C_FormDAP();
17 echo $c->view_action($_GET['id']);