mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/passwords] Remove IN_PHPBB check from passwords files
PHPBB3-11610
This commit is contained in:
parent
382317b135
commit
b37549ce63
9 changed files with 0 additions and 72 deletions
|
@ -9,14 +9,6 @@
|
|||
|
||||
namespace phpbb\passwords\driver;
|
||||
|
||||
/**
|
||||
* @ignore
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* @package passwords
|
||||
*/
|
||||
|
|
|
@ -9,14 +9,6 @@
|
|||
|
||||
namespace phpbb\passwords\driver;
|
||||
|
||||
/**
|
||||
* @ignore
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* @package passwords
|
||||
*/
|
||||
|
|
|
@ -9,14 +9,6 @@
|
|||
|
||||
namespace phpbb\passwords\driver;
|
||||
|
||||
/**
|
||||
* @ignore
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* @package passwords
|
||||
*/
|
||||
|
|
|
@ -9,14 +9,6 @@
|
|||
|
||||
namespace phpbb\passwords\driver;
|
||||
|
||||
/**
|
||||
* @ignore
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* @package passwords
|
||||
*/
|
||||
|
|
|
@ -9,14 +9,6 @@
|
|||
|
||||
namespace phpbb\passwords\driver;
|
||||
|
||||
/**
|
||||
* @ignore
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* @package passwords
|
||||
*/
|
||||
|
|
|
@ -9,14 +9,6 @@
|
|||
|
||||
namespace phpbb\passwords\driver;
|
||||
|
||||
/**
|
||||
* @ignore
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* @package passwords
|
||||
*/
|
||||
|
|
|
@ -9,14 +9,6 @@
|
|||
|
||||
namespace phpbb\passwords\driver;
|
||||
|
||||
/**
|
||||
* @ignore
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @version Version 0.1 / slightly modified for phpBB 3.1.x (using $H$ as hash type identifier)
|
||||
|
|
|
@ -9,14 +9,6 @@
|
|||
|
||||
namespace phpbb\passwords;
|
||||
|
||||
/**
|
||||
* @ignore
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* @package passwords
|
||||
*/
|
||||
|
|
|
@ -9,14 +9,6 @@
|
|||
|
||||
namespace phpbb\passwords;
|
||||
|
||||
/**
|
||||
* @ignore
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* @package passwords
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue