diff options
Diffstat (limited to 'db.php')
-rwxr-xr-x | db.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db.php b/db.php index d584c4c..a763283 100755 --- a/db.php +++ b/db.php | |||
@@ -1,6 +1,6 @@ | |||
1 | <?php | 1 | <?php |
2 | 2 | ||
3 | include('../security/pillowcase.php'); | 3 | include($_SERVER['DOCUMENT_ROOT'] . '/../security/pillowcase.php'); |
4 | 4 | ||
5 | mysql_connect($dbhost, $dbuser, $dbpasswd); | 5 | mysql_connect($dbhost, $dbuser, $dbpasswd); |
6 | mysql_select_db($dbname); | 6 | mysql_select_db($dbname); |