* propagate change in public_api

This commit is contained in:
<bdauvergne@entrouvert.com> 1206975055 +0200 0001-01-01 00:00:00 +00:00
parent 561f5d206a
commit 055fb75096
1 changed files with 5 additions and 5 deletions

View File

@ -19,11 +19,11 @@ function show($a) {
<ul>
<?
$myself = LassoSPKitUtils::myself();
show(lassospkit_login_redirect($myself));
show(lassospkit_federate_redirect($myself));
show(lassospkit_logout_redirect($myself));
show(lassospkit_defederation_redirect($myself));
show('endpoints/configure.php');
show(lassospkit_login_url($myself));
show(lassospkit_federate_url($myself));
show(lassospkit_logout_url($myself));
show(lassospkit_defederation_url($myself));
show(lassospkit_configure_url());
if (isset($_GET['userid'])) {
lassospkit_set_userid($_GET['userid']);