Update gnuboard.dbt.php
This commit is contained in:
parent
2bc2130844
commit
b75cc959b6
|
@ -144,7 +144,7 @@ if(!function_exists("gnb_get_password")) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// run login process
|
// run login process
|
||||||
if(!function_exists("gnb_process_login")) {
|
if(!function_exists("gnb_process_safe_login")) {
|
||||||
function gnb_process_safe_login($user_name, $user_password) {
|
function gnb_process_safe_login($user_name, $user_password) {
|
||||||
$result = false;
|
$result = false;
|
||||||
$mb = gnb_get_member($user_name);
|
$mb = gnb_get_member($user_name);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user