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

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

$mysql_conn = new mysqli($dbhost, $dbuser, $dbpasswd, $dbname);

?>