From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephan Feddersen To: development@lists.ipfire.org Subject: [PATCH] WIO: wiographs.cgi - New position for back image Date: Tue, 28 Apr 2020 18:06:47 +0200 Message-ID: <20200428160647.8481-1-sfeddersen@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4694504099208682953==" List-Id: --===============4694504099208682953== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable --- 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 e1a747513..29435f6b1 100644 --- a/src/wio/wiographs.cgi +++ b/src/wio/wiographs.cgi @@ -3,7 +3,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2017-2018 Stephan Feddersen = # +# Copyright (C) 2017-2020 Stephan Feddersen = # # All Rights Reserved. = # # = # # This program is free software: you can redistribute it and/or modify = # @@ -21,7 +21,7 @@ # = # ############################################################################= ### # -# Version: 2017/08/27 14:07:23 +# Version: 2020/26/04 19:35:23 # # This wiographs.cgi is based on the Code from the IPCop WIO Addon # and is extremly adapted to work with IPFire. @@ -64,7 +64,7 @@ else { &Header::openbigbox('100%', 'left'); &Header::openbox('100%', 'left', "$Lang::tr{'wio_graphs_stat'} $hostname"); &WIOGraphs::wiographbox("wiographs.cgi","$hostid","day","$hostname"); - print"
3D'$Lang::tr{'wio_back'}'
"; + print"
3D'$Lang::tr{'wio_back'}'
"; &Header::closebox(); &Header::closebigbox(); &Header::closepage(); --=20 2.17.1 --===============4694504099208682953==--