nextcloud/settings/ajax/disableapp.php

9 lines
145 B
PHP
Raw Normal View History

<?php
2011-09-30 17:10:08 -04:00
OC_JSON::checkAdminUser();
2012-07-20 14:39:20 -04:00
OCP\JSON::callCheck();
OC_JSON::setContentTypeHeader();
2011-07-29 15:36:03 -04:00
OC_App::disable($_POST['appid']);
OC_JSON::success();