stop reporting of a custom error (it is benign) to the php logfile
[openemr.git] / contrib / forms / review_of_systems / new.php
blob95cd8ffae68d715d50daff61a54624d8e28aa489
1 <?php
2 include_once("../../globals.php");
3 include_once("$srcdir/api.inc");
5 require ("C_FormReviewOfSystems.class.php");
7 $c = new C_FormReviewOfSystems();
8 echo $c->default_action();
9 ?>