From 16f85cfbaabcc21bbded0a746c47b17c5b2ed66e Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Fri, 27 Jun 2014 17:59:25 +0200 Subject: [PATCH] [ticket/269] Remove IN_PHPBB check from functions file B3P-269 --- includes/functions.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/includes/functions.php b/includes/functions.php index 48c8a4c8..57ef2a72 100644 --- a/includes/functions.php +++ b/includes/functions.php @@ -7,13 +7,6 @@ * */ -// @codingStandardsIgnoreStart -if (!defined('IN_PHPBB') && !defined('UMIL_AUTO') && !defined('IN_INSTALL')) -{ - exit; -} -// @codingStandardsIgnoreEnd - // Get portal config function obtain_portal_config() {