1
0
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:
dougk_ff7
2002-03-18 14:50:43 +00:00
parent 87bb4aeda0
commit 8fa7d2e175
2 changed files with 21 additions and 2 deletions

View File

@@ -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);
}
?>
?>