]> git.mxchange.org Git - friendica-addons.git/commitdiff
Remove debug endpoint.
authorvery-ape <git@verya.pe>
Mon, 17 May 2021 17:55:39 +0000 (10:55 -0700)
committervery-ape <git@verya.pe>
Mon, 17 May 2021 17:55:39 +0000 (10:55 -0700)
saml/saml.php

index 2c782f81ac5dde881349819e3102095c96b62dd3..36bd2b3e6f4606653a7d68c4d5e3d39a06c58e98 100755 (executable)
@@ -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();
 }