3.0.6 and a fresh install. Problem with includes/session.php
Posted: 25. November 2009 10:31
Your Portal Version: 1.0.4
Your phpBB Type: Premodded phpBB
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://localhost
What have you done before the problem was there?
What have you already tryed to solve the problem?
Description and Message
The install files say
OPEN includes/session.php
FIND
IN 3.0.6 you find this line
What to change it to?[/i]
Your phpBB Type: Premodded phpBB
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://localhost
What have you done before the problem was there?
What have you already tryed to solve the problem?
Description and Message
The install files say
OPEN includes/session.php
FIND
Code: Select all
if (!empty($_GET['style']) && $auth->acl_get('a_styles'))
Code: Select all
if (!empty($_GET['style']) && $auth->acl_get('a_styles') && !defined('ADMIN_START'))