diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-06-30 18:05:32 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-06-30 18:05:32 -0400 |
commit | 31271542c157eeafc7df9b67dd3ab95195c173eb (patch) | |
tree | 0db40d873a3499c192b29d9a5c23fcec011be2cc /config | |
parent | efc025128401599bc6fc37c9f7a98b90c3161b56 (diff) | |
download | pfsense-packages-31271542c157eeafc7df9b67dd3ab95195c173eb.tar.gz pfsense-packages-31271542c157eeafc7df9b67dd3ab95195c173eb.tar.bz2 pfsense-packages-31271542c157eeafc7df9b67dd3ab95195c173eb.zip |
Woops, give us the Viscosity config when we ask for it
Diffstat (limited to 'config')
-rwxr-xr-x | config/openvpn-client-export/vpn_openvpn_export.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/config/openvpn-client-export/vpn_openvpn_export.php b/config/openvpn-client-export/vpn_openvpn_export.php index 1ebeb8fb..5d9ae8ae 100755 --- a/config/openvpn-client-export/vpn_openvpn_export.php +++ b/config/openvpn-client-export/vpn_openvpn_export.php @@ -250,10 +250,8 @@ function server_changed() { cell2.innerHTML = "<a href='javascript:download_begin(\"conf\"," + i + ")'>Configuration</a>"; cell2.innerHTML += " / "; cell2.innerHTML += "<a href='javascript:download_begin(\"inst\"," + i + ")'>Windows Installer</a>"; - cell2.innerHTML += " / "; - cell2.innerHTML += "<a href='javascript:download_begin(\"inst\"," + i + ")'>Viscosity Bundle</a>"; - + cell2.innerHTML += "<a href='javascript:download_begin(\"visc\"," + i + ")'>Viscosity Bundle</a>"; } } |