From: Davide Franco Date: Thu, 2 Jun 2011 11:43:27 +0000 (+0200) Subject: bacula-web: Fixed icons filename in test.php X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8575adbf5a5227e12ba21b21ab7275f605216a0b;p=bacula%2Fbacula bacula-web: Fixed icons filename in test.php --- 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',