mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[feature/passwords] Remove IN_PHPBB check from passwords files
PHPBB3-11610
This commit is contained in:
@@ -9,14 +9,6 @@
|
|||||||
|
|
||||||
namespace phpbb\passwords\driver;
|
namespace phpbb\passwords\driver;
|
||||||
|
|
||||||
/**
|
|
||||||
* @ignore
|
|
||||||
*/
|
|
||||||
if (!defined('IN_PHPBB'))
|
|
||||||
{
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @package passwords
|
* @package passwords
|
||||||
*/
|
*/
|
||||||
|
@@ -9,14 +9,6 @@
|
|||||||
|
|
||||||
namespace phpbb\passwords\driver;
|
namespace phpbb\passwords\driver;
|
||||||
|
|
||||||
/**
|
|
||||||
* @ignore
|
|
||||||
*/
|
|
||||||
if (!defined('IN_PHPBB'))
|
|
||||||
{
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @package passwords
|
* @package passwords
|
||||||
*/
|
*/
|
||||||
|
@@ -9,14 +9,6 @@
|
|||||||
|
|
||||||
namespace phpbb\passwords\driver;
|
namespace phpbb\passwords\driver;
|
||||||
|
|
||||||
/**
|
|
||||||
* @ignore
|
|
||||||
*/
|
|
||||||
if (!defined('IN_PHPBB'))
|
|
||||||
{
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @package passwords
|
* @package passwords
|
||||||
*/
|
*/
|
||||||
|
@@ -9,14 +9,6 @@
|
|||||||
|
|
||||||
namespace phpbb\passwords\driver;
|
namespace phpbb\passwords\driver;
|
||||||
|
|
||||||
/**
|
|
||||||
* @ignore
|
|
||||||
*/
|
|
||||||
if (!defined('IN_PHPBB'))
|
|
||||||
{
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @package passwords
|
* @package passwords
|
||||||
*/
|
*/
|
||||||
|
@@ -9,14 +9,6 @@
|
|||||||
|
|
||||||
namespace phpbb\passwords\driver;
|
namespace phpbb\passwords\driver;
|
||||||
|
|
||||||
/**
|
|
||||||
* @ignore
|
|
||||||
*/
|
|
||||||
if (!defined('IN_PHPBB'))
|
|
||||||
{
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @package passwords
|
* @package passwords
|
||||||
*/
|
*/
|
||||||
|
@@ -9,14 +9,6 @@
|
|||||||
|
|
||||||
namespace phpbb\passwords\driver;
|
namespace phpbb\passwords\driver;
|
||||||
|
|
||||||
/**
|
|
||||||
* @ignore
|
|
||||||
*/
|
|
||||||
if (!defined('IN_PHPBB'))
|
|
||||||
{
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @package passwords
|
* @package passwords
|
||||||
*/
|
*/
|
||||||
|
@@ -9,14 +9,6 @@
|
|||||||
|
|
||||||
namespace phpbb\passwords\driver;
|
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)
|
* @version Version 0.1 / slightly modified for phpBB 3.1.x (using $H$ as hash type identifier)
|
||||||
|
@@ -9,14 +9,6 @@
|
|||||||
|
|
||||||
namespace phpbb\passwords;
|
namespace phpbb\passwords;
|
||||||
|
|
||||||
/**
|
|
||||||
* @ignore
|
|
||||||
*/
|
|
||||||
if (!defined('IN_PHPBB'))
|
|
||||||
{
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @package passwords
|
* @package passwords
|
||||||
*/
|
*/
|
||||||
|
@@ -9,14 +9,6 @@
|
|||||||
|
|
||||||
namespace phpbb\passwords;
|
namespace phpbb\passwords;
|
||||||
|
|
||||||
/**
|
|
||||||
* @ignore
|
|
||||||
*/
|
|
||||||
if (!defined('IN_PHPBB'))
|
|
||||||
{
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @package passwords
|
* @package passwords
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user