I'm accessing the forum via a seperate page and I'm trying to add it to online.php so it doesn't say:
Unknown Location: /mp3/index.html?dir=/Zero
(obviosly the dir variable changes)
I tried adding this to online.php but it still recognizes it as unknown:
PHP Code:
case 'mp3/index.html':
$userinfo[activity] = 'mp3';
break;
does anyone know how to make this work properly?