diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-09-22 20:58:41 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-09-22 20:58:41 +0000 |
commit | 843095fac5478e166b7e736d5d15969142a2aa50 (patch) | |
tree | 0162cfac5a1fe30070e3d11390a6d2304bbc42e6 /net-mgmt/nagios4/files/patch-html__main.php | |
parent | databases/sqlrelay: 0.53.1 -> 0.56, unbreak, take maintainership (diff) |
Update to 4.0.8.
Sponsored by: Absolight
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 069f17fe285d..dbaea3c412e7 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 2014-06-03 16:41:42.000000000 +0200 -+++ ./html/main.php 2014-06-05 12:49:28.000000000 +0200 +--- html/main.php.orig 2014-08-12 15:00:01 UTC ++++ html/main.php @@ -130,31 +130,6 @@ <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">June 03, 2014</div> + <div class="releasedate">August 12, 2014</div> - <div class="checkforupdates"><a href="http://www.nagios.org/checkforupdates/?version=<?php echo $this_version; ?>&product=nagioscore" target="_blank">Check for updates</a></div> -</div> - |