Remove debug endpoint.

This commit is contained in:
very-ape 2021-05-17 10:55:39 -07:00
parent 092605c2c2
commit fdb2a26c90
1 changed files with 0 additions and 4 deletions

View File

@ -39,10 +39,6 @@ function saml_init($a)
case "slo": case "slo":
saml_slo_reply(); saml_slo_reply();
break; break;
case "moo":
echo DI::baseUrl();
echo $_SERVER['REQUEST_URI'];
break;
} }
exit(); exit();
} }