This is a bug fix release. I recommend upgrading. Only the index.php file is changed and the /code/skinning.php to reflect version 1.02.
With the previous version there was an error when a person with disabled referer logging could not login (FireFox, Opera browser). The fix replaces this line of code:
Code:
header("Location: {$_SERVER["HTTP_REFERER"]}"); with this Code:
if (isset($_SERVER["HTTP_REFERER"]))
header("Location: {$_SERVER["HTTP_REFERER"]}");
else
header("Location: $forumhome"); in index.php
Replace your index.php and /code/skinning.php files or if you did a lot of changes to the index.php, replace the above code snippets (it is done in two places in index.php) __________________Are you looking for an SEO Consultant?
Email me: hristo at seo-board dot com
|