From 8f03540a1bcdfccacb0492cc2a1b20bd5099cba7 Mon Sep 17 00:00:00 2001 From: dpeca Date: Fri, 22 Mar 2019 01:27:29 +0100 Subject: [PATCH] Adding MAX_DBUSER_LEN in add_db.html template --- web/templates/admin/add_db.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/templates/admin/add_db.html b/web/templates/admin/add_db.html index 74903241..7b180894 100644 --- a/web/templates/admin/add_db.html +++ b/web/templates/admin/add_db.html @@ -61,7 +61,7 @@ (".__('maximum characters length, including prefix', 16).")"; + echo "    (".__('maximum characters length, including prefix', $_SESSION['MAX_DBUSER_LEN']).")"; ?>