mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
Merge remote-tracking branch 'imkingdavid/ticket/10557' into develop
* imkingdavid/ticket/10557: [ticket/10557] Added IN_PHPBB check to functions_acp.php
This commit is contained in:
commit
d018b0b5f1
1 changed files with 8 additions and 0 deletions
|
@ -8,6 +8,14 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @ignore
|
||||||
|
*/
|
||||||
|
if (!defined('IN_PHPBB'))
|
||||||
|
{
|
||||||
|
exit;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Header for acp pages
|
* Header for acp pages
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue