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.
sysadminstory 69d4859b71 Remove old settings file
Remove the 'personal.php' file to remove the duplicate personal settings
page
2022-01-28 11:50:34 +01:00

22 lines
401 B
PHP

<?php
/**
* ownCloud - Epubreader 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\Epubreader\AppInfo;
use OCP\AppFramework\App;
use OCP\Util;
$l = \OC::$server->getL10N('epubreader');
\OCA\Epubreader\Hooks::register();
Util::addscript('epubreader', 'plugin');