summary refs log tree commit diff stats
path: root/includes/db.php
blob: a76328312e039ff4e2ea1304dc25651ffe634031 (plain) (blame)
1
2
3
4
5
6
7
8
<?php

include($_SERVER['DOCUMENT_ROOT'] . '/../security/pillowcase.php');

mysql_connect($dbhost, $dbuser, $dbpasswd);
mysql_select_db($dbname);

?>