2015-03-31, 20:38:33
In my case (ver 3.3.1) dont work well
Need two small changes
plugins/GSMaintenance.php
line 120 add <meta charset="utf-8">
line 138 add stripslashes()
Need two small changes
plugins/GSMaintenance.php
line 120 add <meta charset="utf-8">
Quote:echo '<html xmlns="http://www.w3.org/1999/xhtml"><head><meta charset="utf-8"><meta name="keywords" content="';
line 138 add stripslashes()
Quote:$xml->addChild('message', stripslashes(html_entity_decode($_POST['gsm_msg'], ENT_QUOTES, "utf-8")));