This repository has been archived on 2024-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
epubreader/appinfo/app.php
2020-04-21 22:37:42 +02:00

23 lines
467 B
PHP

<?php
/**
* ownCloud - Files_Reader App
*
* @author Frank de Lange
* @copyright 2015 - 2017 Frank de Lange
*
* This file is licensed under the Affero General Public License version 3 or
* later.
*/
namespace OCA\Files_Reader\AppInfo;
use OCP\AppFramework\App;
use OCP\Util;
$l = \OC::$server->getL10N('files_reader');
\OCA\Files_Reader\Hooks::register();
Util::addscript('files_reader', 'plugin');
\OCP\App::registerPersonal('files_reader', 'personal');