diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-08-22 13:14:17 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-08-22 13:14:17 +0000 |
commit | 679e730233dbc33aa52fb219153b93af4cdab9dd (patch) | |
tree | edb2c611dcf6e0a1ba120a4289f0e7029ff77ca5 /net-mgmt/nagios4/files/patch-html__index.php | |
parent | www/py-splinter: update to 0.7.4 (diff) |
Update to 4.2.0.
MFH: 2016Q3
Security: CVE-2008-4796
Security: CVE-2013-4214
Changes: https://github.com/NagiosEnterprises/nagioscore/blob/nagios-4.2.0/Changelog
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 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-mgmt/nagios4/files/patch-html__index.php b/net-mgmt/nagios4/files/patch-html__index.php deleted file mode 100644 index 17d13bb30a26..000000000000 --- a/net-mgmt/nagios4/files/patch-html__index.php +++ /dev/null @@ -1,11 +0,0 @@ ---- html/index.php.orig 2015-08-19 21:49:52 UTC -+++ html/index.php -@@ -1,6 +1,7 @@ - <?php -+include_once(dirname(__FILE__).'/includes/utils.inc.php'); - // Allow specifying main window URL for permalinks, etc. --$url = 'main.php'; -+$url = $cfg['cgi_base_url'].'/tac.cgi'; - if (isset($_GET['corewindow'])) { - - // The default window url may have been overridden with a permalink... |