diff options
Diffstat (limited to 'db.php')
-rwxr-xr-x | db.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/db.php b/db.php new file mode 100755 index 0000000..d584c4c --- /dev/null +++ b/db.php | |||
@@ -0,0 +1,8 @@ | |||
1 | <?php | ||
2 | |||
3 | include('../security/pillowcase.php'); | ||
4 | |||
5 | mysql_connect($dbhost, $dbuser, $dbpasswd); | ||
6 | mysql_select_db($dbname); | ||
7 | |||
8 | ?> | ||