]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - html/cgi-bin/ovpnmain.cgi
Samba Status und Logauswertung fertiggestelllt
[people/teissler/ipfire-2.x.git] / html / cgi-bin / ovpnmain.cgi
index 90651b5cd6d02ba8230a560c4e685cc9394a6278..3b9704ce26fdf5f20406111411e4a745281217b2 100644 (file)
@@ -18,7 +18,7 @@ use strict;
 use Archive::Zip qw(:ERROR_CODES :CONSTANTS);
 use Net::Ping;
 require '/var/ipfire/general-functions.pl';
-require '/home/httpd/cgi-bin/ovpnfunc.pl';
+require '/srv/web/ipfire/cgi-bin/ovpnfunc.pl';
 require "${General::swroot}/lang.pl";
 require "${General::swroot}/header.pl";
 require "${General::swroot}/countries.pl";
@@ -718,7 +718,7 @@ END
        (my $state = $cgiparams{'ROOTCERT_STATE'}) =~ s/^\s*$/\./;
 
        # refresh
-       #system ('/bin/touch', "${General::swroot}/ovpn/gencanow");
+       #system ('/usr/bin/touch', "${General::swroot}/ovpn/gencanow");
        
        # Create the CA certificate
        my $pid = open(OPENSSL, "|-");