diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-06-30 16:47:14 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-06-30 16:47:14 -0400 |
commit | efc025128401599bc6fc37c9f7a98b90c3161b56 (patch) | |
tree | 108d8ab249eddb4c6e9dd9e694c9473abb3f6a32 | |
parent | 50588871c246ee614e40bd63bb74338e980607d2 (diff) | |
download | pfsense-packages-efc025128401599bc6fc37c9f7a98b90c3161b56.tar.gz pfsense-packages-efc025128401599bc6fc37c9f7a98b90c3161b56.tar.bz2 pfsense-packages-efc025128401599bc6fc37c9f7a98b90c3161b56.zip |
We include the .php file from the xml installation now.
-rwxr-xr-x | config/openvpn-client-export/openvpn-client-export.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/openvpn-client-export/openvpn-client-export.inc b/config/openvpn-client-export/openvpn-client-export.inc index 9e75750b..3b3b4166 100755 --- a/config/openvpn-client-export/openvpn-client-export.inc +++ b/config/openvpn-client-export/openvpn-client-export.inc @@ -42,7 +42,6 @@ function openvpn_client_export_install() { exec("/usr/bin/tar zxf {$tarpath} -C {$ovpndir}"); unlink($tarpath); - rename("{$workdir}/{$phpfile}", "/usr/local/www/{$phpfile}"); } function openvpn_client_export_deinstall() { |