Page 1 of 1

3.0.6 and a fresh install. Problem with includes/session.php

Posted: 25. November 2009 10:31
by frold
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

Code: Select all

		if (!empty($_GET['style']) && $auth->acl_get('a_styles'))
IN 3.0.6 you find this line

Code: Select all

		if (!empty($_GET['style']) && $auth->acl_get('a_styles') && !defined('ADMIN_START'))
What to change it to?[/i]

Re: 3.0.6 and a fresh install. Problem with includes/session.php

Posted: 25. November 2009 11:43
by fisherking
I was going to say the same thing to because I upgraded to 3.0.6 and saw the same thing...

Re: 3.0.6 and a fresh install. Problem with includes/session.php

Posted: 25. November 2009 12:52
by Marc
Change it to this:

Code: Select all

if (!empty($_GET['style']))