aboutsummaryrefslogtreecommitdiffstats
path: root/extras/fap/httpd/httpd_root/pg_connect.php
diff options
context:
space:
mode:
authorKristian Lyngstol <kristian@bohemians.org>2016-05-24 13:33:05 +0200
committerKristian Lyngstol <kristian@bohemians.org>2016-05-24 13:33:05 +0200
commitd5aea83d7719b472c10c649e1284146774fb0171 (patch)
treed48099044579c695d8ce402901db3174276d8e6c /extras/fap/httpd/httpd_root/pg_connect.php
parent34272321256075e681181191c24e8757184c6835 (diff)
parent2c9306e5be42d73c376ebdad5d927f63d4f3af86 (diff)
Merge branch 'master' of github.com:tech-server/gondul
Diffstat (limited to 'extras/fap/httpd/httpd_root/pg_connect.php')
-rw-r--r--extras/fap/httpd/httpd_root/pg_connect.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/fap/httpd/httpd_root/pg_connect.php b/extras/fap/httpd/httpd_root/pg_connect.php
index 6808cb0..976884d 100644
--- a/extras/fap/httpd/httpd_root/pg_connect.php
+++ b/extras/fap/httpd/httpd_root/pg_connect.php
@@ -1,5 +1,5 @@
<?php
- if(!$dbconn = pg_connect("host=localhost dbname=fap user=fap password=<sensored>")){
+ if(!$dbconn = pg_connect("host=<host> dbname=<db> user=<user> password=<password>")){
echo 'Could not connect:' . pg_last_error();
exit();
}