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