1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-03 21:15:42 +02:00

[ticket/10557] Added IN_PHPBB check to functions_acp.php

PHPBB3-10557
This commit is contained in:
David King 2011-12-28 18:52:33 +00:00
parent 96114f7e35
commit 2b88114365

View File

@ -8,6 +8,14 @@
*
*/
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
/**
* Header for acp pages
*/