diff --git a/library/classes/Controller.class.php b/library/classes/Controller.class.php index 3b0d45cde44..e77943625a7 100644 --- a/library/classes/Controller.class.php +++ b/library/classes/Controller.class.php @@ -1,5 +1,8 @@ getTwig()->render('core/unauthorized.html.twig', ['pageTitle' => xl("Practice Settings")]); + exit; + } + } if (isset($_GET['process'])) { unset($_GET['process']);