aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/passwords/driver/bcrypt.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2013-12-29 14:07:27 +0100
committerMarc Alexander <admin@m-a-styles.de>2013-12-29 14:07:27 +0100
commitb37549ce6343154abc603999e64a372ba7f2f902 (patch)
tree6d794703c1ef539131ad441576a0d7d5cdddcabe /phpBB/phpbb/passwords/driver/bcrypt.php
parent382317b1352db90605d6555eaf2fbc4238c2d547 (diff)
downloadforums-b37549ce6343154abc603999e64a372ba7f2f902.tar
forums-b37549ce6343154abc603999e64a372ba7f2f902.tar.gz
forums-b37549ce6343154abc603999e64a372ba7f2f902.tar.bz2
forums-b37549ce6343154abc603999e64a372ba7f2f902.tar.xz
forums-b37549ce6343154abc603999e64a372ba7f2f902.zip
[feature/passwords] Remove IN_PHPBB check from passwords files
PHPBB3-11610
Diffstat (limited to 'phpBB/phpbb/passwords/driver/bcrypt.php')
-rw-r--r--phpBB/phpbb/passwords/driver/bcrypt.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/phpBB/phpbb/passwords/driver/bcrypt.php b/phpBB/phpbb/passwords/driver/bcrypt.php
index e29379a36f..04c3806fcc 100644
--- a/phpBB/phpbb/passwords/driver/bcrypt.php
+++ b/phpBB/phpbb/passwords/driver/bcrypt.php
@@ -10,14 +10,6 @@
namespace phpbb\passwords\driver;
/**
-* @ignore
-*/
-if (!defined('IN_PHPBB'))
-{
- exit;
-}
-
-/**
* @package passwords
*/
class bcrypt extends \phpbb\passwords\driver\base