From: very-ape Date: Mon, 17 May 2021 17:55:39 +0000 (-0700) Subject: Remove debug endpoint. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fdb2a26c90661410d7c88c4dafe84bdd14c446f7;p=friendica-addons.git Remove debug endpoint. --- 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(); }