5 lines
82 B
PHP
5 lines
82 B
PHP
<?
|
|
include_once("_common.php");
|
|
|
|
echo check_mb_nick($_POST['reg_mb_nick']);
|
|
?>
|