Fix for previous commit to work when uploading encrypted files to couchdb
[openemr.git] / contrib / forms / well_child / view.php
blob3fee2bddf78fd7edd53aa34819ebe51f524546b5
1 <?php
2 include_once("../../globals.php");
3 include_once("$srcdir/api.inc");
5 require ("C_FormWellChild.class.php");
7 $c = new C_FormWellChild();
8 echo $c->view_action($_GET['id']);
9 ?>