Thank you thank you thank you! This mod was exactly what I was looking for!
Quote:
Originally Posted by Billspaintball
You need to remove all lines or spaces before these block of code.
It must go at the very top of the page.
PHP Code:
<?php
chdir('/path/to/your/forums');
require_once('/path/to/your/forums/global.php');
require_once('/path/to/login_inc.php');
?>
|
BTW, does the login_inc.php need to be at the top of the page? It might cause problems ("headers already sent errors") for some since it echos output to the browser before the opening <html> tag.