summaryrefslogtreecommitdiffstats
path: root/settings/ajax/disableapp.php
blob: e89de928eac13c3e9278279daf402fe1f470d9b6 (plain)
1
2
3
4
5
6
7
<?php
OC_JSON::checkAdminUser();
OCP\JSON::callCheck();

OC_App::disable($_POST['appid']);

OC_JSON::success();