| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
nullsoft24
Joined: 15 Jul 2007 Posts: 11
|
Posted: Sat Aug 11, 2007 10:35 am Post subject: session.php - a bug in this MOD? |
|
|
Advanced-phpBB3-SEO-mod-Rewrite_V_0.2.0RC3 ask to open session.php and:
| Code: | #-----[ FIND ]------------------------------------------
#
function session_begin($update_session_page = true)
{
global $phpEx, $SID, $_SID, $db, $config, $phpbb_root_path;
# |
but in my session.php (yes i hae phpbb3rc4) i don't have this line,
i search and i found this at line 133:
| Code: | function session_begin($update_session_page = true)
{
global $phpEx, $SID, $_SID, $_EXTRA_URL, $db, $config, $phpbb_root_path;
|
is that normal?
i have a " $_EXTRA_URL," more than standard?
it could suggest any future problems?
what i have to do? |
|
|
| Back to top |
|
 |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3987
|
|
| Back to top |
|
 |
nullsoft24
Joined: 15 Jul 2007 Posts: 11
|
Posted: Sat Aug 11, 2007 11:35 am Post subject: Re: session.php - a bug in this MOD? |
|
|
| ah ok, it's only an update to do at the info of installation.. so i go straight with the upgrade |
|
|
| Back to top |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |