|
From: Doug K. <dou...@us...> - 2002-03-18 15:00:40
|
Update of /cvsroot/phpbb/phpBB2/includes
In directory usw-pr-cvs1:/tmp/cvs-serv28174/includes
Modified Files:
sessions.php
Log Message:
Ok, I guess Paul took care of this for us... :)
Index: sessions.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/includes/sessions.php,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -r1.55 -r1.56
*** sessions.php 18 Mar 2002 14:50:43 -0000 1.55
--- sessions.php 18 Mar 2002 15:00:35 -0000 1.56
***************
*** 21,25 ****
***************************************************************************/
! if ( !defined('IN_PHPBB') && !defined('IN_ADMIN') )
{
die("Hacking attempt");
--- 21,25 ----
***************************************************************************/
! if ( !defined('IN_PHPBB') )
{
die("Hacking attempt");
|