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,7 +10,6 @@
*/
if (!defined('IN_PHPBB') or !defined('IN_PORTAL'))
{
die('Hacking attempt');
exit;
}