I'm trying to install simple mod,
When i open sessions.php to follow the steps below, I searched for function append_sid, but it doesn't exist in the session.php file. Ay help will be appreciate, on where to insert the code.
includes/sessions.php
#
#-----[ FIND ]------------------------------------------
#
function append_sid($url, $non_html_amp = false)
{
global $SID;
#
#-----[ AFTER, ADD]------------------------------------------
#
// www.phpBB-SEO.com SEO TOOLKIT BEGIN
global $phpbb_seo;
$url = $phpbb_seo->url_rewrite($url, $non_html_amp);
// www.phpBB-SEO.com SEO TOOLKIT END
#

English |
French

