aboutsummaryrefslogtreecommitdiffstats
path: root/fap/httpd/httpd_root/pg_connect.php
diff options
context:
space:
mode:
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();
- }
-?>