Hi.
We've found out about your fxboard tool and liked it
so much we decided to use it on our own side.
Here are the modifications we made to make it
work better.
2002-04-19 14:54 antoine
* template/: default_gray.php (1.2),
default_php.php (1.2),
default_xmb.php (1.2): make generatecss()
return the CSS instead of
printing it
this fixes the bug where the CSS was printed
before the page
2002-04-19 14:51 antoine
* loginout.php (1.3): allow GET logins to allow
redirection via
Location
2002-04-19 14:46 antoine
* include.php (1.2), loginout.php (1.2),
member.php (1.2), post.php
(1.2), template/default.php (1.2): rework
redirection
define redirection routines in include.php, not
template/default.php
use output buffering to allow use of Location
headers
login automatically after register
mega patch