If you want to send header before implementing minibb, e.g. if you do a
login check before including minibb, you will get an errormessage like:
headers already sent
This is because minibb uses the header to redirect requests. This can be
done with javascript instead:
search for this string in all files: header("Location:
and replace it with this: include("redir.php"); redir("
then make redir.php: |