Skip to content

Commit

Permalink
Encrypted WLAN set as standard
Browse files Browse the repository at this point in the history
  • Loading branch information
fdagner committed Feb 19, 2024
1 parent 499a752 commit abc244b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions edit_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,10 @@ protected function specific_definition($mform) {
$mform->hideIf('config_wifipasskey', 'config_options', 'neq', 'wifi');
$mform->setType('config_wifipasskey', PARAM_NOTAGS);
$authenticationoptions = [
'nopass' => get_string('none', 'block_qr'),
'WEP' => get_string('wep', 'block_qr'),
'WPA/WPA2' => get_string('wpa', 'block_qr'),
'WEP' => get_string('wep', 'block_qr'),
'nopass' => get_string('none', 'block_qr'),

];
$mform->addElement(
'select',
Expand Down

0 comments on commit abc244b

Please sign in to comment.