LimeSurvey: master dc2a4f43

Author Committer Branch Timestamp Parent
Benjamin Pineau Benjamin Pineau master 2012-09-24 02:17:03 master 23b925be
Changeset

Installer support for passwordless PostgreSQL

If there's no password, we need to write password=""; instead of password=;,
or PostgreSQL's libpq will consider the DSN string part after "password="
(including the ";" and the potential dbname) as part of the password definition.

mod - application/controllers/InstallerController.php Diff File