Adding MAX_DBUSER_LEN in add_db.html template

This commit is contained in:
dpeca 2019-03-22 01:27:29 +01:00 committed by GitHub
commit 8f03540a1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@
<?php <?php
print __('User'); print __('User');
// if (is_it_mysql_or_mariadb()=='mysql') // if (is_it_mysql_or_mariadb()=='mysql')
echo "&nbsp;&nbsp;&nbsp;&nbsp;<em><small>(".__('maximum characters length, including prefix', 16).")</small></em>"; echo "&nbsp;&nbsp;&nbsp;&nbsp;<em><small>(".__('maximum characters length, including prefix', $_SESSION['MAX_DBUSER_LEN']).")</small></em>";
?> ?>
</td> </td>
</tr> </tr>