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 4446 2009-09-03 03:40:32Z RyanGordon $
| * $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"))
|