1
0
Fork 0
mirror of https://github.com/Yetangitu/owncloud-apps.git synced 2025-10-02 14:49:17 +02:00

files_opds: v0.7

- compatible with Nextcloud (up to version 12)
	- new logo
This commit is contained in:
frankdelange 2017-01-09 15:37:24 +01:00
parent 9cd5aa9427
commit 60628eef38
11 changed files with 127 additions and 42 deletions

View file

@ -15,7 +15,7 @@ namespace OCA\Files_Opds;
\OCP\JSON::callCheck();
\OCP\JSON::checkLoggedIn();
$l = new \OC_L10N('files_opds');
$l = \OC::$server->getL10N('files_opds');
$opdsEnable = isset($_POST['opdsEnable']) ? $_POST['opdsEnable'] : 'false';
$rootPath = isset($_POST['rootPath']) ? $_POST['rootPath'] : '/Library';