mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
includes/sessions.php
git-svn-id: file:///svn/phpbb/trunk@2308 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
*
|
||||
***************************************************************************/
|
||||
|
||||
if ( !defined('IN_PHPBB') )
|
||||
if ( !defined('IN_PHPBB') && !defined('IN_ADMIN') )
|
||||
{
|
||||
die("Hacking attempt");
|
||||
}
|
||||
@@ -377,4 +377,4 @@ function append_sid($url, $non_html_amp = false)
|
||||
return($url);
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user