aboutsummaryrefslogtreecommitdiffstats
path: root/fap/httpd/httpd_root/pg_connect.php
diff options
context:
space:
mode:
authorKristian Lyngstol <kristian@bohemians.org>2016-04-12 18:35:37 +0200
committerKristian Lyngstol <kristian@bohemians.org>2016-04-12 18:35:37 +0200
commit5b42f93b5b0d33dc5c790991431b6282a5671bc9 (patch)
treee5c1868c9450cc1c964dbc8693be5cfff1dc0bca /fap/httpd/httpd_root/pg_connect.php
parentc3d8b2fd890d7e486d8643957268c03df61657db (diff)
Some housekeeping/reorganizing
moving things that need work into extras/
Diffstat (limited to 'fap/httpd/httpd_root/pg_connect.php')
-rw-r--r--fap/httpd/httpd_root/pg_connect.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/fap/httpd/httpd_root/pg_connect.php b/fap/httpd/httpd_root/pg_connect.php
deleted file mode 100644
index 6808cb0..0000000
--- a/fap/httpd/httpd_root/pg_connect.php
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php
- if(!$dbconn = pg_connect("host=localhost dbname=fap user=fap password=<sensored>")){
- echo 'Could not connect:' . pg_last_error();
- exit();
- }
-?>