Missing $_REQUEST variable in messages check
[openemr.git] / contrib / acog / print_form.php
blob86061bfadd71465218714ceb200fa56c432ee3af
1 <?php
3 $special_timeout = 3600;
4 require_once("../../../interface/globals.php");
5 // if (!allowed("frmprint")){ msgDenied(); }
7 // ensure the path variable has no illegal characters
8 check_file_dir_name($_GET["formname"]);
10 include_once($incdir . "/forms/" . $_GET["formname"]."/printable.php");