Welcome to mirror list, hosted at ThFree Co, Russian Federation.

disableapp.php « ajax « settings - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 12f6b32a4f396ac6ca734b7ec7434d56277d092c (plain)
1
2
3
4
5
6
7
8
<?php
// Init owncloud
require_once('../../lib/base.php');
OC_JSON::setContentTypeHeader();

OC_App::disable($_POST['appid']);

?>