mirror of
https://github.com/nextcloud/server.git
synced 2026-02-26 19:40:37 -05:00
8 lines
145 B
PHP
8 lines
145 B
PHP
<?php
|
|
OC_JSON::checkAdminUser();
|
|
OCP\JSON::callCheck();
|
|
OC_JSON::setContentTypeHeader();
|
|
|
|
OC_App::disable($_POST['appid']);
|
|
|
|
OC_JSON::success();
|