fix: Clinical report not working when searching for patients with a specific medical...
[openemr.git] / controller.php
blobd6f1e035560c5e705e1f8ece9a972b7a8b4672a2
1 <?php
3 require_once("interface/globals.php");
5 $controller = new Controller();
6 echo $controller->act($_GET);