remove outdated checks

This commit is contained in:
Robin Appelman 2014-08-15 19:56:04 +02:00
parent c158db7200
commit f135130a75
2 changed files with 0 additions and 4 deletions

View File

@ -1,6 +1,4 @@
<?php
OCP\JSON::checkAppEnabled('files_external');
OCP\JSON::callCheck();
$l = new OC_L10N('core');

View File

@ -1,6 +1,4 @@
<?php
OCP\JSON::checkAppEnabled('files_external');
OCP\JSON::checkLoggedIn();
OCP\JSON::callCheck();