Hey I'm trying to add a script outside the main directory for the vb.
http://main_forums.com/dir
I found a post about the opposite direction
in the template it states:
Code:
// chdir ('./');
require_once('./global.php');
when I uncomment the chdir it still doesn't work.
the php file that I am trying to get to show up is in the /dir where the main vb is in the URL root.