18 lines
403 B
PHP
Executable File
18 lines
403 B
PHP
Executable File
<?php
|
|
/**
|
|
* Nextcloud - Ownpad
|
|
*
|
|
* This file is licensed under the Affero General Public License
|
|
* version 3 or later. See the COPYING file.
|
|
*
|
|
* @author Olivier Tétard <olivier.tetard@miskin.fr>
|
|
* @copyright Olivier Tétard <olivier.tetard@miskin.fr>, 2017
|
|
*/
|
|
|
|
namespace OCA\Ownpad\AppInfo;
|
|
|
|
require_once __DIR__ . '/../3rdparty/autoload.php';
|
|
|
|
$app = new Application();
|
|
$app->registerHooks();
|