summaryrefslogtreecommitdiffstats
path: root/settings/ajax/enableapp.php
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']);

?>