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']); ?>