summaryrefslogtreecommitdiffstats
path: root/templates/show_test.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_test.inc.php')
-rw-r--r--templates/show_test.inc.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/templates/show_test.inc.php b/templates/show_test.inc.php
index 17fedb6f..fcd6c703 100644
--- a/templates/show_test.inc.php
+++ b/templates/show_test.inc.php
@@ -62,23 +62,6 @@
</td>
</tr>
<tr>
- <td valign="top"><?php echo T_('PHP MySQL extension'); ?></td>
- <td valign="top">[
- <?php
- if (!check_php_mysql()) {
- echo debug_result('',false);
- }
- else {
- echo debug_result('',true);
- }
- ?>
- ]
- </td>
- <td>
- <?php echo T_('This tests whether you have the mysql extension enabled. This extension is required by Ampache.'); ?>
- </td>
-</tr>
-<tr>
<td valign="top"><?php echo T_('PHP session extension'); ?></td>
<td valign="top">[
<?php