server/admin/ajax/disableapp.php
2011-06-20 20:46:31 +02:00

9 lines
150 B
PHP

<?php
// Init owncloud
require_once('../../lib/base.php');
header( "Content-Type: application/jsonrequest" );
OC_APP::disable($_POST['appid']);
?>