Update gnuboard.dbt.php

This commit is contained in:
Namhyeon Go 2018-04-11 02:40:59 +09:00 committed by GitHub
parent 2bc2130844
commit b75cc959b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,7 +144,7 @@ if(!function_exists("gnb_get_password")) {
}
// 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) {
$result = false;
$mb = gnb_get_member($user_name);