aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/sys/db.php
blob: b4f2efb7e2537e5d777516f3db04041bccdc4aff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
/*
 * File: ratatoeskr/sys/db.php
 *
 * Helper functions for dealing with MySQL.
 *
 * License:
 * This file is part of Ratatöskr.
 * Ratatöskr is licensed unter the MIT / X11 License.
 * See "ratatoeskr/licenses/ratatoeskr" for more information.
 */

if (!defined("SETUP")) {
    require_once(dirname(__FILE__) . "/../config.php");
}

require_once(dirname(__FILE__) . "/utils.php");