From 8575adbf5a5227e12ba21b21ab7275f605216a0b Mon Sep 17 00:00:00 2001 From: Davide Franco Date: Thu, 2 Jun 2011 13:43:27 +0200 Subject: [PATCH] bacula-web: Fixed icons filename in test.php --- gui/bacula-web/test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/bacula-web/test.php b/gui/bacula-web/test.php index 916a3bcd04..1f323fc17c 100644 --- a/gui/bacula-web/test.php +++ b/gui/bacula-web/test.php @@ -3,7 +3,7 @@ $bw = new Bweb(); // Check result icon - $check_result = array( true => 's_ok.png', false => 's_error.gif' ); + $check_result = array( true => 'ok.png', false => 'error.png' ); // Checks list $check_list = array( array( 'check_cmd' => 'php-gettext', -- 2.39.5