1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[feature/passwords] Remove IN_PHPBB check from passwords files

PHPBB3-11610
This commit is contained in:
Marc Alexander
2013-12-29 14:07:27 +01:00
parent 382317b135
commit b37549ce63
9 changed files with 0 additions and 72 deletions

View File

@@ -9,14 +9,6 @@
namespace phpbb\passwords\driver;
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
/**
* @package passwords
*/