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