[ticket/269] Remove IN_PHPBB check from functions file

B3P-269
This commit is contained in:
Marc Alexander
2014-06-27 17:59:25 +02:00
parent 7d0edf7403
commit 16f85cfbaa

View File

@@ -7,13 +7,6 @@
*
*/
// @codingStandardsIgnoreStart
if (!defined('IN_PHPBB') && !defined('UMIL_AUTO') && !defined('IN_INSTALL'))
{
exit;
}
// @codingStandardsIgnoreEnd
// Get portal config
function obtain_portal_config()
{