]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
wio.cgi: Update openvpn rw log filename
authorAdolf Belka <adolf.belka@ipfire.org>
Fri, 12 Sep 2025 20:29:32 +0000 (22:29 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 13 Sep 2025 11:00:54 +0000 (11:00 +0000)
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/wio.cgi

index 30a51104c1e398b1e873ed178a9e9110a6dfd17b..d988ec597380a7d879b3b37f8bbbf5e3a7d8c0d1 100644 (file)
@@ -3,7 +3,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2017-2021 Stephan Feddersen <sfeddersen@ipfire.org>           #
+# Copyright (C) 2017-2025 IPFire Team  <info@ipfire.org>                      #
 # All Rights Reserved.                                                        #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
@@ -1291,7 +1291,7 @@ print"</table>";
 
 if ( -e "$ovpnpid" ) {
 
-@ovpnstatus = `cat /var/run/ovpnserver.log`;
+@ovpnstatus = `cat /var/run/openvpn-rw.log`;
 
 print"
 <table border='0' width='100%' bordercolor='$Header::bordercolour' cellspacing='0' cellpadding='0' style='border-collapse: collapse'>