[1/2] wireguard.cgi: disable debbugging modules
Commit Message
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
html/cgi-bin/wireguard.cgi | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
@@ -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;