diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-06-05 15:24:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-06-05 15:24:51 +0000 |
commit | d45015ef666a068c27a49361165247d19022e008 (patch) | |
tree | 88a1c899c01d28144345f32a5f3fc5852efdd886 /net-mgmt/nagios4/files/patch-html__main.php | |
parent | - Udpate to 6.0.1 (diff) |
Update to 4.0.7
Changelog: http://www.nagios.org/projects/nagioscore/history/nagios-4-version-history
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 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-mgmt/nagios4/files/patch-html__main.php b/net-mgmt/nagios4/files/patch-html__main.php index 589842ab75ff..069f17fe285d 100644 --- a/net-mgmt/nagios4/files/patch-html__main.php +++ b/net-mgmt/nagios4/files/patch-html__main.php @@ -1,10 +1,10 @@ ---- ./html/main.php.orig 2014-04-29 17:55:49.000000000 +0200 -+++ ./html/main.php 2014-05-06 15:39:05.000000000 +0200 +--- ./html/main.php.orig 2014-06-03 16:41:42.000000000 +0200 ++++ ./html/main.php 2014-06-05 12:49:28.000000000 +0200 @@ -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 4.0.6</div> - <div class="releasedate">April 29, 2014</div> -- <div class="checkforupdates"><a href="http://www.nagios.org/checkforupdates/?version=4.0.6&product=nagioscore" target="_blank">Check for updates</a></div> + <div class="version">Version <?php echo $this_version; ?></div> + <div class="releasedate">June 03, 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> - - |