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

include('../security/pillowcase.php');

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

?>