From 134c5656e2650ebd49606e3cf637ebe8448e74ab Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Fri, 12 Sep 2025 22:29:32 +0200 Subject: [PATCH] wio.cgi: Update openvpn rw log filename Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- html/cgi-bin/wio.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/cgi-bin/wio.cgi b/html/cgi-bin/wio.cgi index 30a51104c..d988ec597 100644 --- a/html/cgi-bin/wio.cgi +++ b/html/cgi-bin/wio.cgi @@ -3,7 +3,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2017-2021 Stephan Feddersen # +# Copyright (C) 2017-2025 IPFire Team # # All Rights Reserved. # # # # This program is free software: you can redistribute it and/or modify # @@ -1291,7 +1291,7 @@ print""; if ( -e "$ovpnpid" ) { -@ovpnstatus = `cat /var/run/ovpnserver.log`; +@ovpnstatus = `cat /var/run/openvpn-rw.log`; print" -- 2.47.3