dbPort must point to the db name

This commit is contained in:
Daniel Berteaud 2016-10-20 09:19:59 +02:00
parent ccd671a4cc
commit 0bd2515c34
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ $OUT .=<<"EOF";
\$dbHost="localhost";
\$dbDb="$dbname";
\$dbPort=\$dbDb;
\$dbUser="$dbuser";
\$dbPass="$dbpass";
\$table_prefix="grr";