server/settings/ajax/disableapp.php
2011-08-13 05:13:34 +02:00

8 lines
149 B
PHP

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