mirror of
https://github.com/nextcloud/server.git
synced 2026-03-10 10:21:38 -04: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();
|