mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
Adding MAX_DBUSER_LEN in add_db.html template
This commit is contained in:
parent
2210f52b7c
commit
8f03540a1b
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
|||
<?php
|
||||
print __('User');
|
||||
// if (is_it_mysql_or_mariadb()=='mysql')
|
||||
echo " <em><small>(".__('maximum characters length, including prefix', 16).")</small></em>";
|
||||
echo " <em><small>(".__('maximum characters length, including prefix', $_SESSION['MAX_DBUSER_LEN']).")</small></em>";
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue