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

23 lines
455 B
PHP
Raw Normal View History

2020-04-21 20:37:42 +00:00
<?php
/**
* ownCloud - Epubreader App
2020-04-21 20:37:42 +00:00
*
* @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\Epubreader\AppInfo;
2020-04-21 20:37:42 +00:00
use OCP\AppFramework\App;
use OCP\Util;
$l = \OC::$server->getL10N('epubreader');
2020-04-21 20:37:42 +00:00
\OCA\Epubreader\Hooks::register();
Util::addscript('epubreader', 'plugin');
\OCP\App::registerPersonal('epubreader', 'personal');