[feature/module_services] Remove IN_PHPBB check from modules files
This commit is contained in:
@@ -9,14 +9,6 @@
|
||||
|
||||
namespace board3\portal\modules;
|
||||
|
||||
/**
|
||||
* @ignore
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* @package module_base
|
||||
*/
|
||||
|
||||
@@ -9,14 +9,6 @@
|
||||
|
||||
namespace board3\portal\modules;
|
||||
|
||||
/**
|
||||
* @ignore
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* @package module_interface
|
||||
*/
|
||||
|
||||
@@ -9,14 +9,6 @@
|
||||
|
||||
namespace board3\portal\modules;
|
||||
|
||||
/**
|
||||
* @ignore
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* @package Stylechanger
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user