nextcloud/settings/ajax/disableapp.php

8 lines
132 B
PHP
Raw Normal View History

<?php
2011-10-01 01:10:08 +04:00
OC_JSON::checkAdminUser();
2012-07-20 22:39:20 +04:00
OCP\JSON::callCheck();
OC_App::disable(OC_App::cleanAppId($_POST['appid']));
OC_JSON::success();