mirror of
https://github.com/nextcloud/server.git
synced 2026-02-10 22:34:26 -05:00
7 lines
132 B
PHP
7 lines
132 B
PHP
<?php
|
|
OC_JSON::checkAdminUser();
|
|
OCP\JSON::callCheck();
|
|
|
|
OC_App::disable(OC_App::cleanAppId($_POST['appid']));
|
|
|
|
OC_JSON::success();
|