From 0bd2515c342ada782e4e9da57e131f66e5e4312d Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 20 Oct 2016 09:19:59 +0200 Subject: [PATCH] dbPort must point to the db name --- .../templates/usr/share/grr/include/connect.inc.php/10Database | 1 + 1 file changed, 1 insertion(+) diff --git a/root/etc/e-smith/templates/usr/share/grr/include/connect.inc.php/10Database b/root/etc/e-smith/templates/usr/share/grr/include/connect.inc.php/10Database index e41e971..cf3e5ea 100644 --- a/root/etc/e-smith/templates/usr/share/grr/include/connect.inc.php/10Database +++ b/root/etc/e-smith/templates/usr/share/grr/include/connect.inc.php/10Database @@ -8,6 +8,7 @@ $OUT .=<<"EOF"; \$dbHost="localhost"; \$dbDb="$dbname"; +\$dbPort=\$dbDb; \$dbUser="$dbuser"; \$dbPass="$dbpass"; \$table_prefix="grr";