diff options
Diffstat (limited to 'phpBB/phpbb/passwords/driver/bcrypt_2y.php')
-rw-r--r-- | phpBB/phpbb/passwords/driver/bcrypt_2y.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/phpBB/phpbb/passwords/driver/bcrypt_2y.php b/phpBB/phpbb/passwords/driver/bcrypt_2y.php index 8da8c8dbc8..0d4a78ad85 100644 --- a/phpBB/phpbb/passwords/driver/bcrypt_2y.php +++ b/phpBB/phpbb/passwords/driver/bcrypt_2y.php @@ -10,14 +10,6 @@ namespace phpbb\passwords\driver; /** -* @ignore -*/ -if (!defined('IN_PHPBB')) -{ - exit; -} - -/** * @package passwords */ class bcrypt_2y extends \phpbb\passwords\driver\bcrypt |