diff options
author | Ole Mathias Heggem <olemathias.aa.heggem@gmail.com> | 2023-01-21 19:07:38 +0100 |
---|---|---|
committer | Ole Mathias Heggem <olemathias.aa.heggem@gmail.com> | 2023-01-21 19:07:38 +0100 |
commit | 709c78569b26677624e60588fa1166dc659ac93c (patch) | |
tree | 2bd5555af31b637d03693b8563fb24b41bf1f22b /fap/httpd/httpd_root/pg_connect.php | |
parent | f5da0d943401e527f5162e9c6344deb65b19b045 (diff) |
chore: cleanup repo
Diffstat (limited to 'fap/httpd/httpd_root/pg_connect.php')
-rw-r--r-- | fap/httpd/httpd_root/pg_connect.php | 6 |
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(); - } -?> |