Commit a6d7bec4 authored by Franco Fichtner's avatar Franco Fichtner

another stray occurrence of $g

parent 88ddc985
...@@ -258,7 +258,7 @@ function add_gateway_to_config($interface, $gatewayip, $inet_type) ...@@ -258,7 +258,7 @@ function add_gateway_to_config($interface, $gatewayip, $inet_type)
function console_configure_ip_address($version) function console_configure_ip_address($version)
{ {
global $g, $config, $interface, $restart_dhcpd, $ifaceassigned, $fp; global $config, $interface, $restart_dhcpd, $ifaceassigned, $fp;
$label_IPvX = ($version === 6) ? "IPv6" : "IPv4"; $label_IPvX = ($version === 6) ? "IPv6" : "IPv4";
$maxbits = ($version === 6) ? 127 : 31; $maxbits = ($version === 6) ? 127 : 31;
......
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