pull/4422/head
parent
78acb34996
commit
899f6c521e
@ -0,0 +1,14 @@ |
||||
<?php |
||||
/* For licensing terms, see /license.txt */ |
||||
|
||||
require_once __DIR__.'/config.php'; |
||||
|
||||
if (!api_user_is_login()) { |
||||
api_not_allowed(true); |
||||
} |
||||
|
||||
$plugin = UserRemoteServicePlugin::create(); |
||||
|
||||
header('Location: '.$plugin->getActiveServiceSpecificUserUrl()); |
||||
exit; |
||||
|
||||
Loading…
Reference in new issue