nextcloud/settings/ajax/enableapp.php

10 lines
131 B
PHP
Raw Normal View History

<?php
// Init owncloud
require_once('../../lib/base.php');
OC_JSON::setContentTypeHeader();
2011-07-29 23:36:03 +04:00
OC_App::enable($_POST['appid']);
?>