feat: MySQL port into installation options

Closes #279
This commit is contained in:
Martin Ambrus
2017-11-07 12:30:32 +01:00
parent a6d14c6b6d
commit 312507fe9f
14 changed files with 168 additions and 109 deletions
+4
View File
@@ -325,6 +325,10 @@ if($_SESSION['access'] < 9) die(ACCESS_DENIED_ADMIN);
<td>Hostname</td>
<td><?php echo SQL_SERVER;?></td>
</tr>
<tr>
<td>Port</td>
<td><?php echo SQL_PORT;?></td>
</tr>
<tr>
<td>DB Username</td>
<td><?php echo SQL_USER;?></td>