- add our beloved in_phpbb check

git-svn-id: file:///svn/phpbb/trunk@5670 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2006-03-19 14:23:21 +00:00
parent 2aa4d3ab07
commit b4c9cd7590
18 changed files with 117 additions and 1 deletions

View file

@ -6,7 +6,7 @@
/* *\
/* ********************************************************************** *\
Please see: http://www.phpbb.com/about.php for a list of all the people involved in phpBB.
Please see: http://www.phpbb.com/about/ for a list of all the people involved in phpBB.
Original subSilver by subBlue Design, Tom Beddard, © 2001 phpBB Group
phpBB3 contains code from the following applications:

View file

@ -8,6 +8,13 @@
*
*/
/**
*/
if (!defined('IN_PHPBB'))
{
exit;
}
/**
* @package acm
* Class for grabbing/handling cached entries, extends acm_file or acm_db depending on the setup

View file

@ -8,6 +8,13 @@
*
*/
/**
*/
if (!defined('IN_PHPBB'))
{
exit;
}
/**
* @package phpBB3
* ACP Permission/Auth class

View file

@ -8,6 +8,13 @@
*
*/
/**
*/
if (!defined('IN_PHPBB'))
{
exit;
}
/**
* @ignore
*/

View file

@ -8,6 +8,13 @@
*
*/
/**
*/
if (!defined('IN_PHPBB'))
{
exit;
}
/**
* @ignore
*/

View file

@ -8,6 +8,13 @@
*
*/
/**
*/
if (!defined('IN_PHPBB'))
{
exit;
}
/**
* @ignore
*/

View file

@ -8,6 +8,13 @@
*
*/
/**
*/
if (!defined('IN_PHPBB'))
{
exit;
}
/**
* @ignore
*/

View file

@ -8,6 +8,13 @@
*
*/
/**
*/
if (!defined('IN_PHPBB'))
{
exit;
}
/**
* @ignore
*/

View file

@ -8,6 +8,13 @@
*
*/
/**
*/
if (!defined('IN_PHPBB'))
{
exit;
}
/**
* @ignore
*/

View file

@ -8,6 +8,13 @@
*
*/
/**
*/
if (!defined('IN_PHPBB'))
{
exit;
}
/**
* @ignore
*/

View file

@ -8,6 +8,13 @@
*
*/
/**
*/
if (!defined('IN_PHPBB'))
{
exit;
}
/**
* @ignore
*/

View file

@ -8,6 +8,13 @@
*
*/
/**
*/
if (!defined('IN_PHPBB'))
{
exit;
}
/**
* @ignore
*/

View file

@ -10,6 +10,10 @@
/**
*/
if (!defined('IN_PHPBB'))
{
exit;
}
/*
Ability to simply add own rules by doing three things:

View file

@ -8,6 +8,13 @@
*
*/
/**
*/
if (!defined('IN_PHPBB'))
{
exit;
}
/**
* @package phpBB3
*

View file

@ -8,6 +8,13 @@
*
*/
/**
*/
if (!defined('IN_PHPBB'))
{
exit;
}
/**
* @ignore
*/

View file

@ -8,6 +8,13 @@
*
*/
/**
*/
if (!defined('IN_PHPBB'))
{
exit;
}
/**
* @ignore
*/

View file

@ -8,6 +8,13 @@
*
*/
/**
*/
if (!defined('IN_PHPBB'))
{
exit;
}
/**
* @ignore
*/

View file

@ -8,6 +8,13 @@
*
*/
/**
*/
if (!defined('IN_PHPBB'))
{
exit;
}
/**
* @package phpBB3
*