case 'index.php':
$userinfo[activity] = 'index';
break;
This code is used to pickup the forum index in the /forum directory but I also have an index.php in my root ie. in public_html. How do I get it to differentiate between the two files as right now when someone is on my homepage it still shows them as being on the forum index?
I hope I've explained this ok, basically, what sort of path do I need to enter, absolute/relative or something like ../ ???