16 lines
330 B
PHP
16 lines
330 B
PHP
<?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
|
|
*
|
|
*/
|
|
|
|
// Config constants
|
|
define('B3_MODULE_DISABLED', 0);
|
|
define('B3_MODULE_ENABLED', 1);
|
|
|
|
// Tables and paths
|
|
define('PORTAL_ROOT_PATH', 'portal/');
|