Just released a slightly upgraded version of 2.65 with a big bug
fixed, spotted by Hans. If you have already downloaded the release,
please download the zip file once again. Or edit line ~54-56 of
engine.php to this:
if ((!isset($_GET['p'])) || ($_GET['p'] == '')) $pageLink =
BOLTconfig('BOLTdefaultPage', 'main');
else $pageLink = $_GET['p'];
$pageLink = strtolower(BOLTutf2url($pageLink));
Cheers,
Dan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---