From 12f44fd4ee505a467d81fd0a3475130c12c93d71 Mon Sep 17 00:00:00 2001 From: Davide Franco Date: Sun, 14 Nov 2010 13:52:01 +0100 Subject: [PATCH] bacula-web: Fixed images path in test page Changed image path to style/images/ --- gui/bacula-web/test.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gui/bacula-web/test.php b/gui/bacula-web/test.php index cba418ea83..c24df4c4b4 100644 --- a/gui/bacula-web/test.php +++ b/gui/bacula-web/test.php @@ -34,9 +34,9 @@ break; } if( $ok ) - $result .= "  "; + $result .= "  "; else - $result .= "$error_message "; + $result .= "$error_message "; echo $result; } @@ -115,4 +115,4 @@ - \ No newline at end of file + -- 2.39.5