1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-20 06:20:01 +02:00
php-phpbb/phpBB/includes/db/firebird.php
2012-07-21 18:11:24 +02:00

20 lines
264 B
PHP

<?php
/**
*
* @package dbal
* @copyright (c) 2012 phpBB Group
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
class dbal_firebird extends phpbb_db_driver_firebird {
}