Couple minor fixes to previous Direct Messages Receiving commit.
[openemr.git] / interface / forms / vitals / save.php
blob7e78687d86e40cdfa0921c38366878c09a9bc62b
1 <?php
2 include_once("../../globals.php");
3 include_once("$srcdir/api.inc");
5 require ("C_FormVitals.class.php");
6 $c = new C_FormVitals();
7 echo $c->default_action_process($_POST);
8 @formJump();
9 ?>