Project

General

Profile

« Previous | Next » 

Revision 721fafba

Added by Christian McDonald over 2 years ago

Rector some direct config sets with pure scalar paths.

View differences:

src/usr/local/www/services_dhcpv6.php
420 420

  
421 421
	if (!$input_errors) {
422 422
		if (!is_array($config['dhcpdv6'])) {
423
			$config['dhcpdv6'] = array();
423
			config_set_path('dhcpdv6', array());
424 424
		}
425 425
		if (!is_array($config['dhcpdv6'][$if])) {
426 426
			$config['dhcpdv6'][$if] = array();

Also available in: Unified diff