_Setting, _String, _Time 클래스 재 명명
- autoload로 변환
This commit is contained in:
@@ -4,7 +4,6 @@ namespace sammo;
|
||||
|
||||
require('_common.php');
|
||||
require(__DIR__.'/../f_config/SETTING.php');
|
||||
require(ROOT.'/f_func/class._Time.php');
|
||||
|
||||
|
||||
|
||||
@@ -52,7 +51,7 @@ if($memberCnt > 0){
|
||||
|
||||
$userSalt = bin2hex(random_bytes(8));
|
||||
$finalPassword = hashPassword($userSalt, $password);
|
||||
$nowDate = _Time::DatetimeNow();
|
||||
$nowDate = TimeUtil::DatetimeNow();
|
||||
|
||||
$rootDB->insert('member',[
|
||||
'oauth_type' => 'NONE',
|
||||
|
||||
Reference in New Issue
Block a user