mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/10557] Added IN_PHPBB check to functions_acp.php
PHPBB3-10557
This commit is contained in:
@@ -8,6 +8,14 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @ignore
|
||||||
|
*/
|
||||||
|
if (!defined('IN_PHPBB'))
|
||||||
|
{
|
||||||
|
exit;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Header for acp pages
|
* Header for acp pages
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user