disableapp.php 145 B

123456789
  1. <?php
  2. OC_JSON::checkAdminUser();
  3. OCP\JSON::callCheck();
  4. OC_JSON::setContentTypeHeader();
  5. OC_App::disable($_POST['appid']);
  6. OC_JSON::success();