checks whether the user is loggued in before creating the iframe - refs BT#16297

pull/3353/head
Sébastien Ducoulombier 5 years ago
parent 7f35e5da57
commit 7b111a8fb1
  1. 4
      plugin/userremoteservice/iframe.php

@ -3,6 +3,10 @@
require_once __DIR__.'/config.php';
if (!api_user_is_login()) {
api_not_allowed(true);
}
$plugin = UserRemoteServicePlugin::create();
Display::display_header();

Loading…
Cancel
Save