Zeile 6 | Zeile 6 |
---|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* $Id: xmlhttp.php 4379 2009-06-10 10:13:44Z Tomm $
| * $Id: xmlhttp.php 4835 2010-03-22 01:51:51Z DougSD $
|
*/
/**
| */
/**
|
Zeile 363 | Zeile 363 |
---|
xmlhttp_error($lang->invalid_post_code); }
|
xmlhttp_error($lang->invalid_post_code); }
|
$message = strval($_POST['value']);
| $message = strval($mybb->input['value']);
|
if(my_strtolower($charset) != "utf-8") { if(function_exists("iconv"))
| if(my_strtolower($charset) != "utf-8") { if(function_exists("iconv"))
|