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

include_once('fix_mysql.inc.php');
include('/srv/www/security/pillowcase.php');

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

?>