diff options
Diffstat (limited to 'net-mgmt/nagios4/files/patch-html_main.php')
-rw-r--r-- | net-mgmt/nagios4/files/patch-html_main.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/nagios4/files/patch-html_main.php b/net-mgmt/nagios4/files/patch-html_main.php index 112ed948e67b..7aca82560c34 100644 --- a/net-mgmt/nagios4/files/patch-html_main.php +++ b/net-mgmt/nagios4/files/patch-html_main.php @@ -1,9 +1,9 @@ ---- html/main.php.orig 2017-08-24 21:43:48 UTC +--- html/main.php.orig 2018-06-25 21:25:22 UTC +++ html/main.php -@@ -141,31 +141,6 @@ $this_year = '2017'; +@@ -146,31 +146,6 @@ $this_year = '2018'; <div class="product">Nagios<sup><span style="font-size: small;">®</span></sup> Core<sup><span style="font-size: small;">™</span></sup></div> <div class="version">Version <?php echo $this_version; ?></div> - <div class="releasedate">August 24, 2017</div> + <div class="releasedate">June 25, 2018</div> - <div class="checkforupdates"><a href="https://www.nagios.org/checkforupdates/?version=<?php echo $this_version; ?>&product=nagioscore" target="_blank">Check for updates</a></div> -</div> - |