From b75cc959b626c343fb3ac94c65cfc99c986158fb Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Wed, 11 Apr 2018 02:40:59 +0900 Subject: [PATCH] Update gnuboard.dbt.php --- helper/gnuboard.dbt.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/gnuboard.dbt.php b/helper/gnuboard.dbt.php index 6c5cd25..2f10fa5 100644 --- a/helper/gnuboard.dbt.php +++ b/helper/gnuboard.dbt.php @@ -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);