]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Fix for ticket #2828: apostrophe in site name set in installer created a broken confi...
authorBrion Vibber <brion@pobox.com>
Thu, 14 Oct 2010 23:25:43 +0000 (16:25 -0700)
committerBrion Vibber <brion@pobox.com>
Thu, 14 Oct 2010 23:25:43 +0000 (16:25 -0700)
commit3f74f446033aaa1c0e7a1d6965f7558ad2c1cbf4
tree255a0f9725b2d6e44fdf839205e032a187cf3cf4
parent90e54f6cf08f74478d152c329363bcd77eea6329
Fix for ticket #2828: apostrophe in site name set in installer created a broken config.php.

Now running values through var_export() before putting them into the config.php, ensuring strings will be properly quoted.
lib/installer.php