Skip to content
Snippets Groups Projects
Commit b1031c63 authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #13188 from owncloud/add-check-if-user-is-logged-in

Add check if user is logged-in
parents cd79b027 1cfcec86
No related branches found
No related tags found
No related merge requests found
<?php
OCP\JSON::checkLoggedIn();
OCP\JSON::callCheck();
OCP\JSON::checkAppEnabled('files_versions');
$source = $_GET['source'];
......
<?php
OCP\JSON::checkLoggedIn();
OCP\JSON::checkAppEnabled('files_versions');
OCP\JSON::callCheck();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment