nextcloud/settings/ajax/disableapp.php

8 lines
112 B
PHP

<?php
OC_JSON::checkAdminUser();
OCP\JSON::callCheck();
OC_App::disable($_POST['appid']);
OC_JSON::success();