]> git.sur5r.net Git - bacula/bacula/commitdiff
bacula-web: Fixed icons filename in test.php
authorDavide Franco <bacula-dev@dflc.ch>
Thu, 2 Jun 2011 11:43:27 +0000 (13:43 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:49:12 +0000 (14:49 +0200)
gui/bacula-web/test.php

index 916a3bcd047a2d94130dd004e36f00d051438a6e..1f323fc17c131955283403a2e88ac37ced737f40 100644 (file)
@@ -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',