From: Stephan Feddersen <sfeddersen@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] WIO - hutdown function removed, adjustments to IPsec status display
Date: Sun, 28 Jun 2020 12:45:41 +0200 [thread overview]
Message-ID: <20200628104541.28667-1-sfeddersen@ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 1064 bytes --]
---
src/wio/wiographs.cgi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/wio/wiographs.cgi b/src/wio/wiographs.cgi
index 29435f6b1..8d64325aa 100644
--- a/src/wio/wiographs.cgi
+++ b/src/wio/wiographs.cgi
@@ -21,9 +21,9 @@
# #
###############################################################################
#
-# Version: 2020/26/04 19:35:23
+# Version: 2020/05/26 11:01:23
#
-# This wiographs.cgi is based on the Code from the IPCop WIO Addon
+# This wiographs.cgi is based on the code from the IPCop WIO Addon
# and is extremly adapted to work with IPFire.
#
# Autor: Stephan Feddersen
@@ -56,7 +56,7 @@ $querry[2] = '' unless defined $querry[2]; # hostname
if ($querry[0] =~ "$hostid") {
print "Content-type: image/png\n\n";
binmode(STDOUT);
- &WIOGraphs::wio($querry[0], $querry[2], $querry[1]);
+ &WIOGraphs::wiograph($querry[0], $querry[2], $querry[1]);
}
else {
&Header::showhttpheaders();
--
2.17.1
reply other threads:[~2020-06-28 10:45 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200628104541.28667-1-sfeddersen@ipfire.org \
--to=sfeddersen@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox