]> jfr.im git - uguu.git/blob - static/php/includes/database.inc.php
Update mysql_schema.sql
[uguu.git] / static / php / includes / database.inc.php
1 <?php
2
3 require_once 'settings.inc.php';
4
5 /* NOTE: we don't have to unref the PDO because we're not long-running */
6 $db = new PDO(UGUU_DB_CONN, UGUU_DB_USER, UGUU_DB_PASS);