updating config-file xml's; prepare config-details view via ajax for config-commands/files to show in configuration
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -658,7 +658,7 @@ opcache.validate_timestamps'),
|
||||
('system', 'hsts_preload', '0'),
|
||||
('system', 'leregistered', '0'),
|
||||
('system', 'leaccount', ''),
|
||||
('system', 'nssextrausers', '0'),
|
||||
('system', 'nssextrausers', '1'),
|
||||
('system', 'le_domain_dnscheck', '1'),
|
||||
('system', 'ssl_protocols', 'TLSv1.2'),
|
||||
('system', 'tlsv13_cipher_list', ''),
|
||||
|
||||
@@ -984,6 +984,9 @@ class FroxlorInstall
|
||||
foreach ($distros as $_distribution) {
|
||||
$dist = new \Froxlor\Config\ConfigParser($_distribution);
|
||||
$dist_display = $dist->distributionName . " " . $dist->distributionCodename . " (" . $dist->distributionVersion . ")";
|
||||
if ($dist->deprecated) {
|
||||
$dist_display .= " [deprecated]";
|
||||
}
|
||||
$distributions_select_data[] = [
|
||||
'label' => $dist_display,
|
||||
'value' => str_replace(".xml", "", strtolower(basename($_distribution))),
|
||||
|
||||
Reference in New Issue
Block a user