diff options
Diffstat (limited to 'ratatoeskr/sys/db.php')
-rw-r--r-- | ratatoeskr/sys/db.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/ratatoeskr/sys/db.php b/ratatoeskr/sys/db.php deleted file mode 100644 index 4d1f493..0000000 --- a/ratatoeskr/sys/db.php +++ /dev/null @@ -1,15 +0,0 @@ -<?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"); -} |