[ticket/454] Check for IN_PHPBB in functions files
B3P-454
This commit is contained in:
@@ -7,6 +7,14 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @ignore
|
||||||
|
*/
|
||||||
|
if (!defined('IN_PHPBB'))
|
||||||
|
{
|
||||||
|
exit;
|
||||||
|
}
|
||||||
|
|
||||||
// Config constants
|
// Config constants
|
||||||
define('B3_MODULE_DISABLED', 0);
|
define('B3_MODULE_DISABLED', 0);
|
||||||
define('B3_MODULE_ENABLED', 1);
|
define('B3_MODULE_ENABLED', 1);
|
||||||
|
|||||||
@@ -7,6 +7,14 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @ignore
|
||||||
|
*/
|
||||||
|
if (!defined('IN_PHPBB'))
|
||||||
|
{
|
||||||
|
exit;
|
||||||
|
}
|
||||||
|
|
||||||
// Get portal config
|
// Get portal config
|
||||||
function obtain_portal_config()
|
function obtain_portal_config()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -7,6 +7,14 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @ignore
|
||||||
|
*/
|
||||||
|
if (!defined('IN_PHPBB'))
|
||||||
|
{
|
||||||
|
exit;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Convert column number to string equivalent
|
* Convert column number to string equivalent
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user