]> jfr.im git - uguu.git/blame - static/php/includes/database.inc.php
remove function
[uguu.git] / static / php / includes / database.inc.php
CommitLineData
d8c46ff7
GJ
1<?php
2
3require_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);