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__index.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__index.php')
-rw-r--r-- | net-mgmt/nagios4/files/patch-html__index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/nagios4/files/patch-html__index.php b/net-mgmt/nagios4/files/patch-html__index.php index 9a135a7c049f..74895cc3e698 100644 --- a/net-mgmt/nagios4/files/patch-html__index.php +++ b/net-mgmt/nagios4/files/patch-html__index.php @@ -1,5 +1,5 @@ ---- ./html/index.php.orig 2014-06-03 16:41:42.000000000 +0200 -+++ ./html/index.php 2014-06-05 12:49:28.000000000 +0200 +--- html/index.php.orig 2014-08-12 15:00:01 UTC ++++ html/index.php @@ -1,6 +1,7 @@ <?php +include_once(dirname(__FILE__).'/includes/utils.inc.php'); |