summaryrefslogtreecommitdiffstats
path: root/settings/ajax/enableapp.php
blob: eb1bfc54a0449c9f40e17ac7f18d32afb91d2a1e (plain)
1
2
3
4
5
6
7
8
9
<?php

// Init owncloud
require_once('../../lib/base.php');
header( "Content-Type: application/jsonrequest" );

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

?>