Update install.php

Remove extra .
This commit is contained in:
steve-lad 2021-06-12 10:07:14 +02:00
parent 1182d65971
commit 878dd7c29a

View file

@ -826,7 +826,7 @@ function Setup_RealTime()
}
} else {
// Either did not find file or file did not contain any config, so create and fill
outn("<li>" . _("Creating extconfig file ... ") . . $ext_conf_file . "</li>");
outn("<li>" . _("Creating extconfig file ... ") . $ext_conf_file . "</li>");
$writeExtSettings['settings']['sccpdevice'] = $def_ext_config['sccpdevice'];
$writeExtSettings['settings']['sccpline'] = $def_ext_config['sccpline'];
$cnf_wr->writeConfig($ext_conf_file, $writeExtSettings);