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";