summary refs log tree commit diff stats
path: root/db.php
diff options
context:
space:
mode:
Diffstat (limited to 'db.php')
-rwxr-xr-xdb.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/db.php b/db.php deleted file mode 100755 index a763283..0000000 --- a/db.php +++ /dev/null
@@ -1,8 +0,0 @@
1<?php
2
3include($_SERVER['DOCUMENT_ROOT'] . '/../security/pillowcase.php');
4
5mysql_connect($dbhost, $dbuser, $dbpasswd);
6mysql_select_db($dbname);
7
8?>