IN_PHPBB check

This commit is contained in:
Joas Schilling
2009-04-17 14:37:15 +00:00
parent ef8f76e554
commit 86aa9fdd9e
7 changed files with 30 additions and 1 deletions

View File

@@ -10,6 +10,11 @@
*
*/
if (!defined('IN_PHPBB'))
{
exit;
}
class acp_portal
{
var $u_action;