forked from friendica/friendica-addons
Remove debug endpoint.
This commit is contained in:
parent
092605c2c2
commit
fdb2a26c90
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue