aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-06-30 16:47:14 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-06-30 16:47:14 -0400
commitefc025128401599bc6fc37c9f7a98b90c3161b56 (patch)
tree108d8ab249eddb4c6e9dd9e694c9473abb3f6a32 /config
parent50588871c246ee614e40bd63bb74338e980607d2 (diff)
downloadpfsense-packages-efc025128401599bc6fc37c9f7a98b90c3161b56.tar.gz
pfsense-packages-efc025128401599bc6fc37c9f7a98b90c3161b56.tar.bz2
pfsense-packages-efc025128401599bc6fc37c9f7a98b90c3161b56.zip
We include the .php file from the xml installation now.
Diffstat (limited to 'config')
-rwxr-xr-xconfig/openvpn-client-export/openvpn-client-export.inc1
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() {