Projet

Général

Profil

« Précédent | Suivant » 

Révision aeb0f546

Ajouté par jim-p il y a presque 10 ans

Use correct variable name here.

Voir les différences:

etc/inc/vpn.inc
298 298
		if (is_array($a_client) && isset($a_client['enable'])) {
299 299
			$strongswan .= "\t\tattr {\n";
300 300
			if ($a_client['pool_address'] && $a_client['pool_netbits'])
301
				$strongswan .= "\t\tsubnet = {$a_client['pool_address']}/{$a_client['pool_netmask']}\n";
301
				$strongswan .= "\t\tsubnet = {$a_client['pool_address']}/{$a_client['pool_netbits']}\n";
302 302

  
303 303
			$cfgservers = array();
304 304
			if (!empty($a_client['dns_server1']))

Formats disponibles : Unified diff