* * See the enclosed file COPYING for license information (GPL). If you * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * * @author Ben Klang */ @define('ISKBOARD_BASE', dirname(__FILE__)); $iskboard_configured = (is_readable(ISKBOARD_BASE . '/config/conf.php')); if (!$iskboard_configured) { require ISKBOARD_BASE . '/../lib/Test.php'; Horde_Test::configFilesMissing('ISKBoard', ISKBOARD_BASE, array('conf.php')); } require ISKBOARD_BASE . '/taxstats.php';