Project

General

Profile

« Previous | Next » 

Revision fbc8af8f

Added by Scott Ullrich over 15 years ago

Replace dollarsigndollarsign with dollarsign

View differences:

usr/local/www/vpn_ipsec.php
90 90
	if ($a_phase1[$_GET['p1index']]) {
91 91
		/* remove static route if interface is not WAN */
92 92
		if ($a_phase1[$_GET['p1index']]['interface'] <> "wan")
93
			mwexec("/sbin/route delete -host {$$a_phase1[$_GET['p1index']]['remote-gateway']}");
93
			mwexec("/sbin/route delete -host {$a_phase1[$_GET['p1index']]['remote-gateway']}");
94 94

  
95 95
		/* remove all phase2 entries that match the ikeid */
96 96
		$ikeid = $a_phase1[$_GET['p1index']]['ikeid'];

Also available in: Unified diff