mirror of
https://github.com/Yetangitu/owncloud-apps.git
synced 2025-10-02 14:49:17 +02:00
5 lines
116 B
PHP
5 lines
116 B
PHP
<?php
|
|
//load the required files
|
|
|
|
$l = OC_L10N::get('files_reader');
|
|
OCP\Util::addscript( 'files_reader', 'loader');
|