mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
MDL-45061 airnotifier: Changed default port value to 443
This commit is contained in:
parent
069fe267b6
commit
5f0283046e
@ -30,7 +30,7 @@ if ($ADMIN->fulltree) {
|
||||
get_string('configairnotifierurl', 'message_airnotifier'), 'https://messages.moodle.net', PARAM_URL));
|
||||
$settings->add(new admin_setting_configtext('airnotifierport',
|
||||
get_string('airnotifierport', 'message_airnotifier'),
|
||||
get_string('configairnotifierport', 'message_airnotifier'), '80', PARAM_INT));
|
||||
get_string('configairnotifierport', 'message_airnotifier'), 443, PARAM_INT));
|
||||
$settings->add(new admin_setting_configtext('airnotifiermobileappname',
|
||||
get_string('airnotifiermobileappname', 'message_airnotifier'),
|
||||
get_string('configairnotifiermobileappname', 'message_airnotifier'), 'com.moodle.moodlemobile', PARAM_TEXT));
|
||||
|
Loading…
x
Reference in New Issue
Block a user