Commit 8c6c1f5e authored by Franco Fichtner's avatar Franco Fichtner

system: change time zone first via @evbevz #1551

parent 6b13ff1d
...@@ -220,13 +220,15 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') { ...@@ -220,13 +220,15 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
write_config(); write_config();
/* time zone change first */
system_timezone_configure();
prefer_ipv4_or_ipv6(); prefer_ipv4_or_ipv6();
system_hostname_configure(); system_hostname_configure();
system_hosts_generate(); system_hosts_generate();
system_resolvconf_generate(); system_resolvconf_generate();
plugins_configure('dns'); plugins_configure('dns');
services_dhcpd_configure(); services_dhcpd_configure();
system_timezone_configure();
filter_configure(); filter_configure();
header(url_safe('Location: /system_general.php?savemsg=%s', array(get_std_save_message(true)))); header(url_safe('Location: /system_general.php?savemsg=%s', array(get_std_save_message(true))));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment