]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Fix for ticket #2828, part II: apostrophe in site name set in installer created a...
authorBrion Vibber <brion@pobox.com>
Thu, 14 Oct 2010 23:47:56 +0000 (16:47 -0700)
committerBrion Vibber <brion@pobox.com>
Thu, 14 Oct 2010 23:47:56 +0000 (16:47 -0700)
commit56403c4beb939b71bf4412746eeaf6419afd7fea
tree2df2f7b20c24990a985398a95e38264bcb518f4b
parent3f74f446033aaa1c0e7a1d6965f7558ad2c1cbf4
Fix for ticket #2828, part II: apostrophe in site name set in installer created a broken config.php.

The previous commit fixed the base installer to properly quote its strings when creating config.php... but you'd actually end up with double-escaping if you had magic_quotes_gpc on. Magic quotes are evil and lame, but we gotta deal with em. :P Updated the web installer code to check for magic quotes, and to grab its variables consistently through the same interface.
install.php