mirror of
https://github.com/nextcloud/server.git
synced 2026-02-13 07:45:08 -05:00
10 lines
158 B
PHP
10 lines
158 B
PHP
<?php
|
|
|
|
// Init owncloud
|
|
require_once('../../lib/base.php');
|
|
OC_JSON::checkAdminUser();
|
|
OC_JSON::setContentTypeHeader();
|
|
|
|
OC_App::enable($_POST['appid']);
|
|
|
|
?>
|