1 2 3 4 5 6 7 8
<?php // Init owncloud require_once('../../lib/base.php'); OC_JSON::setContentTypeHeader(); OC_App::disable($_POST['appid']); ?>