Browse Source

Merge pull request #13837 from owncloud/endless-redirect

Add callCheck to testremote.php
tags/v8.0.0RC2
Thomas Müller 9 years ago
parent
commit
a24d73aa0c
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      apps/files_sharing/ajax/testremote.php

+ 1
- 0
apps/files_sharing/ajax/testremote.php View File

@@ -6,6 +6,7 @@
* See the COPYING-README file.
*/

OCP\JSON::callCheck();
OCP\JSON::checkAppEnabled('files_sharing');

$remote = $_GET['remote'];

Loading…
Cancel
Save