author | Giulio Cesare Solaroli <giulio.cesare@clipperz.com> | 2012-02-06 10:09:26 (UTC) |
---|---|---|
committer | Giulio Cesare Solaroli <giulio.cesare@clipperz.com> | 2012-02-06 10:09:26 (UTC) |
commit | 96d01919d3ff42c3fdd7f6186a0500caccd3c140 (patch) (unidiff) | |
tree | fd7b52d56d818dcca5605766e728ac004847aede /backend/php/src | |
parent | b312e037ebba7c94abea9661bcf62c52b7d73fbf (diff) | |
parent | aa25544e0ab8a1b9dcc3c47d5953a9a2afc5f77c (diff) | |
download | clipperz-96d01919d3ff42c3fdd7f6186a0500caccd3c140.zip clipperz-96d01919d3ff42c3fdd7f6186a0500caccd3c140.tar.gz clipperz-96d01919d3ff42c3fdd7f6186a0500caccd3c140.tar.bz2 |
Merge pull request #24 from acozzette/master
Trivial change to setup/index.php in the PHP backend
-rw-r--r-- | backend/php/src/setup/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/php/src/setup/index.php b/backend/php/src/setup/index.php index 4087961..93dea6f 100644 --- a/backend/php/src/setup/index.php +++ b/backend/php/src/setup/index.php | |||
@@ -164,7 +164,7 @@ if(count($_POST) > 0 && $_SESSION['diagnosticsSuccessful']==false) | |||
164 | if ($errors == 0) | 164 | if ($errors == 0) |
165 | { | 165 | { |
166 | AddTrace('File Structure....OK!'); | 166 | AddTrace('File Structure....OK!'); |
167 | if (!@mysql_connect ($GLOBALS['configuration']['host'].":".$GLOBALS['configuration']['port'], $GLOBALS['configuration']['user'], $GLOBALS['configuration']['pass'])) | 167 | if (!mysql_connect ($GLOBALS['configuration']['host'].":".$GLOBALS['configuration']['port'], $GLOBALS['configuration']['user'], $GLOBALS['configuration']['pass'])) |
168 | { | 168 | { |
169 | $errors++; | 169 | $errors++; |
170 | AddError('Cannot connect to the specified database server. Edit configuration.php'); | 170 | AddError('Cannot connect to the specified database server. Edit configuration.php'); |