mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
10 lines
149 B
PHP
10 lines
149 B
PHP
<?php
|
|
|
|
// Init owncloud
|
|
require_once('../../lib/base.php');
|
|
header( "Content-Type: application/jsonrequest" );
|
|
|
|
OC_APP::enable($_POST['appid']);
|
|
|
|
?>
|