From fdb2a26c90661410d7c88c4dafe84bdd14c446f7 Mon Sep 17 00:00:00 2001 From: very-ape Date: Mon, 17 May 2021 10:55:39 -0700 Subject: [PATCH] Remove debug endpoint. --- saml/saml.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/saml/saml.php b/saml/saml.php index 2c782f81..36bd2b3e 100755 --- a/saml/saml.php +++ b/saml/saml.php @@ -39,10 +39,6 @@ function saml_init($a) case "slo": saml_slo_reply(); break; - case "moo": - echo DI::baseUrl(); - echo $_SERVER['REQUEST_URI']; - break; } exit(); }