summaryrefslogtreecommitdiffstats
path: root/templates/show_test.inc
diff options
context:
space:
mode:
authorxgizzmo <xgizzmo@ampache>2006-07-24 22:14:54 +0000
committerxgizzmo <xgizzmo@ampache>2006-07-24 22:14:54 +0000
commit5204485094d0f9dd7cbb5156cf402c86fcbb7ceb (patch)
treed5e1df30f7f32892b466298b2e80fc63625d5a13 /templates/show_test.inc
parent5ca15d0423b736b37d9f772b54042dee66fe9a85 (diff)
downloadampache-5204485094d0f9dd7cbb5156cf402c86fcbb7ceb.tar.gz
ampache-5204485094d0f9dd7cbb5156cf402c86fcbb7ceb.tar.bz2
ampache-5204485094d0f9dd7cbb5156cf402c86fcbb7ceb.zip
Fix for bug 397 and 498 thanks pb1dft
Diffstat (limited to 'templates/show_test.inc')
-rw-r--r--templates/show_test.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/show_test.inc b/templates/show_test.inc
index 237f48cc..54157c65 100644
--- a/templates/show_test.inc
+++ b/templates/show_test.inc
@@ -174,7 +174,11 @@ $row_classes = array('even','odd');
</td>
<td>
<?php echo _("This test makes sure that you have set all of the required configuration variables and that we are able to
- completely parse your config file"); ?>
+ completely parse your config file");
+ echo " <font color=\"red\">";
+ $error->print_error('log_path');
+ echo " </font> ";
+ ?>
</td>
</tr>
<tr>