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

enableapp.php « ajax « settings - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8be80cd2ececdb91a2743df713b08c1c97cc6d33 (plain)
1
2
3
4
5
6
7
8
9
<?php

// Init owncloud
require_once('../../lib/base.php');
OC_JSON::setContentTypeHeader();

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

?>