mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-11 01:55:24 +02:00
add hack check
git-svn-id: file:///svn/phpbb/trunk@2381 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
6eeae4f39a
commit
fdee8ed1b7
@ -19,6 +19,10 @@
|
|||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
if ( !defined('IN_PHPBB') )
|
||||||
|
{
|
||||||
|
die("Hacking attempt");
|
||||||
|
}
|
||||||
|
|
||||||
require($phpbb_root_path . 'includes/functions_search.'.$phpEx);
|
require($phpbb_root_path . 'includes/functions_search.'.$phpEx);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user