Project

General

Profile

« Previous | Next » 

Revision d2b9afa5

Added by Ermal LUÇI almost 13 years ago

Correct check to required function

View differences:

etc/inc/filter.inc
3194 3194
				continue;
3195 3195
			/* determine local and remote peer addresses */
3196 3196
			if(!isset($ph1ent['mobile'])) {
3197
				if (!function_exists('ipsec_idinfo_to_cidr'))
3197
				if (!function_exists('ipsec_get_phase1_dst'))
3198 3198
					require_once("ipsec.inc");
3199 3199
				$rgip = ipsec_get_phase1_dst($ph1ent);
3200 3200
				if(!$rgip) {

Also available in: Unified diff