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