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