Update net-mgmt/nagios4 to version 4.1.1_1
[dports.git] / net-mgmt / nagios4 / files / patch-html__index.php
1 --- html/index.php.orig 2015-08-19 21:49:52 UTC
2 +++ html/index.php
3 @@ -1,6 +1,7 @@
4  <?php
5 +include_once(dirname(__FILE__).'/includes/utils.inc.php');
6  // Allow specifying main window URL for permalinks, etc.
7 -$url = 'main.php';
8 +$url = $cfg['cgi_base_url'].'/tac.cgi';
9  if (isset($_GET['corewindow'])) {
10  
11         // The default window url may have been overridden with a permalink...