Project

General

Profile

« Previous | Next » 

Revision 8a85a809

Added by Chris Buechler over 9 years ago

Fix text for OpenVPN client that was copied from server, client's second.

View differences:

src/usr/local/www/vpn_openvpn_client.php
687 687
		'text',
688 688
		$pconfig['tunnel_network']
689 689
	))->setHelp('This is the IPv4 virtual network used for private communications between this client and the server ' .
690
				'expressed using CIDR (eg. 10.0.8.0/24). The first network address will be assigned to ' .
690
				'expressed using CIDR (eg. 10.0.8.0/24). The second network address will be assigned to ' .
691 691
				'the client virtual interface.');
692 692

  
693 693
	$section->addInput(new Form_Input(
......
696 696
		'text',
697 697
		$pconfig['tunnel_networkv6']
698 698
	))->setHelp('This is the IPv6 virtual network used for private ' .
699
				'communications between this client and the server	expressed using CIDR (eg. fe80::/64). ' .
700
				'The first network address will be assigned to the server virtual interface.');
699
				'communications between this client and the server expressed using CIDR (eg. fe80::/64). ' .
700
				'The second network address will be assigned to the client virtual interface.');
701 701

  
702 702
	$section->addInput(new Form_Input(
703 703
		'remote_network',

Also available in: Unified diff