VB's global is breaking GET vars in non-VB page
I've added global.php to a non-VB page to get some $bbuserinfo info (which is working) out of the forum and it's breaking GET variables on all my pages.
It doesn't matter what they are either.. be it ?id=x or ?blah=x, they aren't being recognized anymore.
Anyone have an idea what might be the problem?
I'm adding this to the top of my site's global include file:
chdir("/home/virtual/etc/html/forums");
require("./global.php");
..then grabbing some $bbuserinfo vars and that's it. Oh, and I'm using VB3
|