mirror of
https://github.com/nextcloud/server.git
synced 2026-07-05 12:34:39 +02:00
10 lines
158 B
PHP
10 lines
158 B
PHP
<?php
|
|
// Init owncloud
|
|
require_once('../../lib/base.php');
|
|
OC_JSON::checkAdminUser();
|
|
OC_JSON::setContentTypeHeader();
|
|
|
|
OC_App::disable($_POST['appid']);
|
|
|
|
?>
|