Small fix to 0.6.4

Looks like I neglected to remove a line of debugging code from the newblog.php page in version 0.6.4. This causes the redirect after creating the blog to fail, so you never get sent to your new blog. The fix is just to remove the echo statement on line 107 of newblog.php. Or you can just download the fixed file here and extract it to the root of your LnBlog folder, overwriting the old version.

Sitemap error

It turns out there's a bug in the script used to set the custom sitemap. The file name was not being set correctly, so changes never showed up on the page. I'll fix this in the next release, but here's a quick fix to use in the mean time. Just save this in the LnBlog root directory as "sitemap.php", overwriting the old file.