mirror of
https://github.com/nokonoko/Uguu.git
synced 2024-01-06 13:35:15 +00:00
d8c46ff78a
This is the code that uguu.se is running, based off Pomf.
7 lines
172 B
PHP
7 lines
172 B
PHP
<?php
|
|
|
|
require_once 'settings.inc.php';
|
|
|
|
/* NOTE: we don't have to unref the PDO because we're not long-running */
|
|
$db = new PDO(UGUU_DB_CONN, UGUU_DB_USER, UGUU_DB_PASS);
|