2011-02-23, 08:18 AM
I've got a site which is using the login box and global.php from MyBB.
This is working fine, however when I look into the WOS I see that people who are looking to the external pages show up as Unknow Location, but the link to it is correct.
Can this be changed ?
$curdir = getcwd ();
chdir('forums'); // path to MyBB
define("IN_MYBB", 1);
require './global.php';
chdir ($curdir);
This is working fine, however when I look into the WOS I see that people who are looking to the external pages show up as Unknow Location, but the link to it is correct.
Can this be changed ?