mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-16 14:13:55 +00:00
Remove debug endpoint.
This commit is contained in:
parent
092605c2c2
commit
fdb2a26c90
1 changed files with 0 additions and 4 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue