Quote:
Originally Posted by Johnny
have you tried adding at the top of test.php
PHP Code:
<?php
chdir("/home/***/public_html/forums");
require_once("./global.php");
?>
it worked for me by adding that but im not really sure if it is going to effect other php includes that is already on the page.
|
All it did was include my forum's header, no permission message and footer.

Thanks for the help man but I'm afraid I'm screwed.