some contributed fixes for the acog forms
[openemr.git] / contrib / acog / print_form.php
blobe8ebed53612ca86a50dc8413291e6b4b717de474
1 <?
2 $special_timeout = 3600;
3 include_once("../../../interface/globals.php");
4 // if (!allowed("frmprint")){ msgDenied(); }
5 include_once($incdir . "/forms/" . $_GET["formname"]."/printable.php");
6 ?>