Update gnuboard.dbt.php
This commit is contained in:
parent
3b6b1985fe
commit
60a8037797
|
@ -36,6 +36,8 @@ if(!function_exists("gnb_write_post")) {
|
|||
$result = false;
|
||||
$mb_id = get_current_user_name();
|
||||
|
||||
loadHelper("networktool");
|
||||
|
||||
$write_fields = array();
|
||||
$write_default_fields = array(
|
||||
"mb_id" => $mb_id,
|
||||
|
@ -60,7 +62,7 @@ if(!function_exists("gnb_write_post")) {
|
|||
"wr_email" => "",
|
||||
"wr_homepage" => "",
|
||||
"wr_last" => "",
|
||||
"wr_ip" => "",
|
||||
"wr_ip" => get_network_client_addr(),
|
||||
"wr_1" => "",
|
||||
"wr_2" => "",
|
||||
"wr_3" => "",
|
||||
|
@ -141,3 +143,4 @@ if(!function_exists("gnb_process_login")) {
|
|||
return $result;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user