aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/sys/db.php
blob: 4d1f4938e481748717b4311ea03f129f05d42191 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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");
}