diff options
Diffstat (limited to 'installer/views')
-rw-r--r-- | installer/views/get_db_info.html.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/installer/views/get_db_info.html.php b/installer/views/get_db_info.html.php index fde11239..c97e91b1 100644 --- a/installer/views/get_db_info.html.php +++ b/installer/views/get_db_info.html.php @@ -67,6 +67,14 @@ </td> </tr> <tr> + <td> + Table Prefix + </td> + <td> + <input name="prefix" value=""/> + </td> + </tr> + <tr> <td colspan="2"> <?php if (installer::var_writable()): ?> <input type="submit" value="Continue"/> |