[ticket/454] Remove constants.php

B3P-454
This commit is contained in:
Marc Alexander
2015-02-01 01:54:44 +01:00
parent cbe947fba4
commit f1b77b1a2b
6 changed files with 13 additions and 33 deletions

View File

@@ -1,23 +0,0 @@
<?php
/**
*
* @package Board3 Portal v2.1
* @copyright (c) 2013 Board3 Group ( www.board3.de )
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
// Config constants
define('B3_MODULE_DISABLED', 0);
define('B3_MODULE_ENABLED', 1);
// Tables and paths
define('PORTAL_ROOT_PATH', 'portal/');