diff options
Diffstat (limited to 'phpBB/install/install.php')
| -rw-r--r-- | phpBB/install/install.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/install/install.php b/phpBB/install/install.php index 03b85ef0f4..eb02a0ec6b 100644 --- a/phpBB/install/install.php +++ b/phpBB/install/install.php @@ -753,9 +753,9 @@ if ($stage == 1) <td class="row1" width="50%"><b><?php echo $lang['TABLE_PREFIX']; ?>: </b></td> <td class="row2"><input class="post" type="text" name="table_prefix" value="<?php echo (!empty($table_prefix)) ? $table_prefix : 'phpbb_'; ?>" /></td> </tr> - <tr> +<!-- <tr> <td class="cat" colspan="2" align="center"><input class="btnlite" type="submit" name="testdb" value="<?php echo $lang['DB_TEST']; ?>" /></td> - </tr> + </tr>--> </table> <br clear="all" /> |
