chore: complete integration of flex-3.20 (alpine 3.20) into ci (#7538)
[openemr.git] / contrib / forms / hpi / new.php
blob0964be64e96574fdf49315e52e1f91500d28a927
1 <?php
3 // Copyright (C) 2009 Aron Racho <aron@mi-squared.com>
4 //
5 // This program is free software; you can redistribute it and/or
6 // modify it under the terms of the GNU General Public License
7 // as published by the Free Software Foundation; either version 2
8 require_once("../../globals.php");
9 require_once("$srcdir/api.inc.php");
11 require("C_FormHPI.class.php");
13 $c = new C_FormHPI();
14 echo $c->default_action();