From b37549ce6343154abc603999e64a372ba7f2f902 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sun, 29 Dec 2013 14:07:27 +0100 Subject: [feature/passwords] Remove IN_PHPBB check from passwords files PHPBB3-11610 --- phpBB/phpbb/passwords/manager.php | 8 -------- 1 file changed, 8 deletions(-) (limited to 'phpBB/phpbb/passwords/manager.php') diff --git a/phpBB/phpbb/passwords/manager.php b/phpBB/phpbb/passwords/manager.php index 8abe7b9f79..e792b2bdaa 100644 --- a/phpBB/phpbb/passwords/manager.php +++ b/phpBB/phpbb/passwords/manager.php @@ -9,14 +9,6 @@ namespace phpbb\passwords; -/** -* @ignore -*/ -if (!defined('IN_PHPBB')) -{ - exit; -} - /** * @package passwords */ -- cgit v1.2.1