X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/admin/settings
home
/
cbholdings
/
pasukulu
/
admin
/
settings
/
📁
..
📄
analytics.php
(8.14 KB)
📄
appearance.php
(22.38 KB)
📄
badges.php
(4.19 KB)
📄
competency.php
(1.75 KB)
📄
courses.php
(42.06 KB)
📄
development.php
(7.93 KB)
📄
frontpage.php
(3.77 KB)
📄
grades.php
(15.29 KB)
📄
h5p.php
(1.88 KB)
📄
language.php
(2.12 KB)
📄
license.php
(1.63 KB)
📄
location.php
(2.4 KB)
📄
messaging.php
(3.2 KB)
📄
mnet.php
(3 KB)
📄
moodlenet.php
(2.12 KB)
📄
moodleservices.php
(1.88 KB)
📄
payment.php
(1.08 KB)
📄
plugins.php
(41.46 KB)
📄
reportbuilder.php
(2.27 KB)
📄
security.php
(15.2 KB)
📄
server.php
(31.99 KB)
📄
subsystems.php
(5.19 KB)
📄
top.php
(3.49 KB)
📄
userfeedback.php
(2.14 KB)
📄
users.php
(18.12 KB)
Editing: language.php
<?php // This file defines settingpages and externalpages under the "appearance" category use core_admin\local\settings\setting_scheduled_task_status; if ($hassiteconfig) { // "languageandlocation" settingpage $temp = new admin_settingpage('langsettings', new lang_string('languagesettings', 'admin')); $temp->add(new admin_setting_configcheckbox('autolang', new lang_string('autolang', 'admin'), new lang_string('configautolang', 'admin'), 1)); $temp->add(new admin_setting_configselect('lang', new lang_string('lang', 'admin'), new lang_string('configlang', 'admin'), current_language(), get_string_manager()->get_list_of_translations())); // $CFG->lang might be set in installer already, default en is in setup.php $temp->add(new admin_setting_configcheckbox('autolangusercreation', new lang_string('autolangusercreation', 'admin'), new lang_string('configautolangusercreation', 'admin'), 1)); $temp->add(new admin_setting_configcheckbox('langmenu', new lang_string('langmenu', 'admin'), new lang_string('configlangmenu', 'admin'), 1)); $temp->add(new admin_setting_langlist()); $temp->add(new admin_setting_configcheckbox('langcache', new lang_string('langcache', 'admin'), new lang_string('langcache_desc', 'admin'), 1)); $temp->add(new admin_setting_configcheckbox('langstringcache', new lang_string('langstringcache', 'admin'), new lang_string('configlangstringcache', 'admin'), 1)); $temp->add(new admin_setting_configtext('locale', new lang_string('localetext', 'admin'), new lang_string('configlocale', 'admin'), '', PARAM_FILE)); $temp->add(new admin_setting_configselect('latinexcelexport', new lang_string('latinexcelexport', 'admin'), new lang_string('configlatinexcelexport', 'admin'), '0', array('0'=>'Unicode','1'=>'Latin'))); $temp->add(new admin_setting_configcheckbox('enablepdfexportfont', new lang_string('enablepdfexportfont', 'admin'), new lang_string('enablepdfexportfont_desc', 'admin'), 0)); $temp->add(new setting_scheduled_task_status('langimporttaskstatus', '\tool_langimport\task\update_langpacks_task')); $ADMIN->add('language', $temp); } // end of speedup
Upload File
Create Folder