Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/monara/public_html/test.athavaneng.com/themes.php on line 99
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 226
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 227
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 228
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 229
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 230
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 231
.
/**
* Settings file for plugin 'media_videojs'
*
* @package media_videojs
* @copyright 2016 Marina Glancy
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
if ($ADMIN->fulltree) {
$settings->add(new admin_setting_filetypes('media_videojs/videoextensions',
new lang_string('videoextensions', 'media_videojs'),
new lang_string('configvideoextensions', 'media_videojs'),
'html_video,media_source,.f4v,.flv',
array('onlytypes' => array('video', 'web_video', 'html_video', 'media_source'))));
$settings->add(new admin_setting_filetypes('media_videojs/audioextensions',
new lang_string('audioextensions', 'media_videojs'),
new lang_string('configaudioextensions', 'media_videojs'),
'html_audio',
array('onlytypes' => array('audio', 'web_audio', 'html_audio'))));
$settings->add(new admin_setting_configcheckbox('media_videojs/youtube',
new lang_string('youtube', 'media_videojs'),
new lang_string('configyoutube', 'media_videojs'), 1));
$settings->add(new admin_setting_configtext('media_videojs/videocssclass',
new lang_string('videocssclass', 'media_videojs'),
new lang_string('configvideocssclass', 'media_videojs'), 'video-js'));
$settings->add(new admin_setting_configtext('media_videojs/audiocssclass',
new lang_string('audiocssclass', 'media_videojs'),
new lang_string('configaudiocssclass', 'media_videojs'), 'video-js'));
$settings->add(new admin_setting_configcheckbox('media_videojs/limitsize',
new lang_string('limitsize', 'media_videojs'),
new lang_string('configlimitsize', 'media_videojs'), 1));
}