Quote:
Originally Posted by thetechgenius
Oh I know, I had the same problem awhile back, I pulled my hair out trying to figure it out. And I still haven't figured it out to this day. I hope you have better luck then I did.
|
Like Britney?
--------------- Added [DATE]1434234160[/DATE] at [TIME]1434234160[/TIME] ---------------
Quote:
Originally Posted by MarkFL
Have you tried:
PHP Code:
switch ($filename)
{
case 'donate/donate.php':
$userinfo['activity'] = 'DonatePage';
break;
}
|
And no still doesn't work.