Just a heads up, your update function doesn’t work, because on line 63 of redirectify.php, it gets the option of galleryify_db_version, which is not the option name. It is redirectify_db_version. It looks like you recycled your code and ended up with this minor glitch.
But because of it, it is going to update the database every time you browse to a different page, which will add to load times, and I’m sure that’s not what you intended!
Just wanted to let you know.
]]>