summaryrefslogtreecommitdiffstats
path: root/templates/show_install_config.inc.php
diff options
context:
space:
mode:
authorPaul Arthur <paul.arthur@flowerysong.com>2013-05-13 19:25:04 -0400
committerPaul Arthur <paul.arthur@flowerysong.com>2013-05-13 21:11:38 -0400
commita2fa8d3019aba8a7e5eaee90ddf288ffc76bd663 (patch)
tree71fb5f806a04f941794612c1a308004b54561f04 /templates/show_install_config.inc.php
parent716c50f2e9b4f1a3f7c1cbacb7010b040f8515dc (diff)
downloadampache-a2fa8d3019aba8a7e5eaee90ddf288ffc76bd663.tar.gz
ampache-a2fa8d3019aba8a7e5eaee90ddf288ffc76bd663.tar.bz2
ampache-a2fa8d3019aba8a7e5eaee90ddf288ffc76bd663.zip
More cleanup of install, add DB port option
Diffstat (limited to 'templates/show_install_config.inc.php')
-rw-r--r--templates/show_install_config.inc.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/show_install_config.inc.php b/templates/show_install_config.inc.php
index ced21e38..2df35ee9 100644
--- a/templates/show_install_config.inc.php
+++ b/templates/show_install_config.inc.php
@@ -52,6 +52,10 @@ require $prefix . '/templates/install_header.inc.php';
<td class="align"><input type="text" name="local_host" value="<?php echo scrub_out($_REQUEST['local_host']); ?>" /></td>
</tr>
<tr>
+ <td class="align"><?php echo T_('MySQL port (optional)'); ?></td>
+ <td><input type="text" name="local_port" value="<?php echo scrub_out($_REQUEST['local_port']);?>" /></td>
+</tr>
+<tr>
<td class="align"><?php echo T_('MySQL Username'); ?></td>
<td class="align"><input type="text" name="local_username" value="<?php echo scrub_out($_REQUEST['local_username']); ?>" /></td>
</tr>