2011-06-20 21:21:42 +04:00
|
|
|
<?php
|
|
|
|
// Init owncloud
|
|
|
|
require_once('../../lib/base.php');
|
2011-10-01 01:10:08 +04:00
|
|
|
OC_JSON::checkAdminUser();
|
2011-09-24 00:22:59 +04:00
|
|
|
OC_JSON::setContentTypeHeader();
|
2011-06-20 21:21:42 +04:00
|
|
|
|
2011-07-29 23:36:03 +04:00
|
|
|
OC_App::disable($_POST['appid']);
|
2011-06-20 21:21:42 +04:00
|
|
|
|
2012-04-14 14:57:03 +04:00
|
|
|
OC_JSON::success();
|