centralized translations for the datatables asset (#490)
[openemr.git] / controller.php
blob984f38fd156b9b029bc3be23fef3f86202b7ebd6
1 <?php
2 require_once("interface/globals.php");
4 $controller = new Controller();
5 echo $controller->act($_GET);
7 ?>