From 9d358f2017af00a102ab395d45be777e86dcad48 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Wed, 8 Feb 2006 21:51:55 +0000 Subject: fixed test so it reads the config file correctly for the web_path image test --- templates/show_test.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/show_test.inc b/templates/show_test.inc index e1f08610..fe0d3220 100644 --- a/templates/show_test.inc +++ b/templates/show_test.inc @@ -244,9 +244,9 @@ $row_classes = array('even','odd'); else { $http_type = "http://"; } - $results['conf']['web_path'] = $http_type . $_SERVER['SERVER_NAME'] . ":" . $_SERVER['SERVER_PORT'] . $results['conf']['web_path']; + $results['web_path'] = $http_type . $_SERVER['SERVER_NAME'] . ":" . $_SERVER['SERVER_PORT'] . $results['web_path']; if ($status['parse_config']) { - echo ""; + echo ""; } else { $status['check_webpath'] = false; -- cgit