Project

General

Profile

« Previous | Next » 

Revision d6c9ab97

Added by Ermal Luçi almost 16 years ago

Fix typo

View differences:

usr/local/www/firewall_aliases_edit.php
55 55
	
56 56
	foreach ($config['aliases']['alias'] as $alias) {
57 57
		if ($name == $alias['name']) {
58
			if (in_array($type, array("host", network")) &&
58
			if (in_array($type, array("host", "network")) &&
59 59
				in_array($alias['type'], array("host", "network")))
60 60
				return true;
61 61
			if ($type  == $alias['type'])

Also available in: Unified diff