public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/3] wio.cgi: Update openvpn rw log filename
@ 2025-09-12 20:29 Adolf Belka
  2025-09-12 20:29 ` [PATCH 2/3] wiovpn.pl: " Adolf Belka
  2025-09-12 20:29 ` [PATCH 3/3] core197: Ship wio.cgi & wiovpn.pl files Adolf Belka
  0 siblings, 2 replies; 3+ messages in thread
From: Adolf Belka @ 2025-09-12 20:29 UTC (permalink / raw)
  To: development; +Cc: Adolf Belka

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 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 <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'>
-- 
2.51.0



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-09-12 20:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-12 20:29 [PATCH 1/3] wio.cgi: Update openvpn rw log filename Adolf Belka
2025-09-12 20:29 ` [PATCH 2/3] wiovpn.pl: " Adolf Belka
2025-09-12 20:29 ` [PATCH 3/3] core197: Ship wio.cgi & wiovpn.pl files Adolf Belka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox