* [PATCH 1/2] wireguard.cgi: disable debbugging modules
@ 2025-10-13 10:48 Adolf Belka
2025-10-13 10:48 ` [PATCH 2/2] core199: Ship wireguard.cgi Adolf Belka
0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2025-10-13 10:48 UTC (permalink / raw)
To: development; +Cc: Adolf Belka
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
html/cgi-bin/wireguard.cgi | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/html/cgi-bin/wireguard.cgi b/html/cgi-bin/wireguard.cgi
index b9661948c..bcb27cf27 100644
--- a/html/cgi-bin/wireguard.cgi
+++ b/html/cgi-bin/wireguard.cgi
@@ -2,7 +2,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2024 Michael Tremer <michael.tremer@ipfire.org> #
+# Copyright (C) 2024-2025 Michael Tremer <michael.tremer@ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -21,9 +21,10 @@
use strict;
-# enable only the following on debugging purpose
-use warnings;
-use CGI::Carp 'fatalsToBrowser';
+# only enable the following for debugging purposes
+#use warnings;
+#use CGI::Carp 'fatalsToBrowser';
+
use Imager::QRCode;
use MIME::Base64;
--
2.51.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 2/2] core199: Ship wireguard.cgi
2025-10-13 10:48 [PATCH 1/2] wireguard.cgi: disable debbugging modules Adolf Belka
@ 2025-10-13 10:48 ` Adolf Belka
0 siblings, 0 replies; 2+ messages in thread
From: Adolf Belka @ 2025-10-13 10:48 UTC (permalink / raw)
To: development; +Cc: Adolf Belka
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
config/rootfiles/core/199/filelists/files | 1 +
1 file changed, 1 insertion(+)
diff --git a/config/rootfiles/core/199/filelists/files b/config/rootfiles/core/199/filelists/files
index d1dcfade3..a69a2332f 100644
--- a/config/rootfiles/core/199/filelists/files
+++ b/config/rootfiles/core/199/filelists/files
@@ -6,5 +6,6 @@ etc/rc.d/init.d/wireguard
etc/ssh/ssh_config
etc/ssh/sshd_config
srv/web/ipfire/cgi-bin/vulnerabilities.cgi
+srv/web/ipfire/cgi-bin/wireguard.cgi
usr/sbin/openvpn-authenticator
var/ipfire/header.pl
--
2.51.0
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-10-13 10:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-13 10:48 [PATCH 1/2] wireguard.cgi: disable debbugging modules Adolf Belka
2025-10-13 10:48 ` [PATCH 2/2] core199: Ship wireguard.cgi Adolf Belka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox