Quote:
Originally Posted by Jay...
Can someone explain how i can get this to work with the external login deluxe system?
<?php
chdir("./forums");
require_once('./vBExternal.php');
require('./global.php');
chdir("../");
there seems to be problems when index.php requires both files. im sure someone must know
?>
|
What happens when you require both? I mean errors, nothing? what?