summary refs log tree commit diff stats
path: root/db.php
diff options
context:
space:
mode:
Diffstat (limited to 'db.php')
-rwxr-xr-xdb.php2
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
3include('../security/pillowcase.php'); 3include($_SERVER['DOCUMENT_ROOT'] . '/../security/pillowcase.php');
4 4
5mysql_connect($dbhost, $dbuser, $dbpasswd); 5mysql_connect($dbhost, $dbuser, $dbpasswd);
6mysql_select_db($dbname); 6mysql_select_db($dbname);