많은 유틸리티 함수를 Util, FileUtil, WebUtil로 이동
This commit is contained in:
@@ -141,7 +141,7 @@ $rootDB->insert('system', array(
|
||||
|
||||
$globalSalt = bin2hex(random_bytes(16));
|
||||
|
||||
$result = generateFileUsingSimpleTemplate(
|
||||
$result = Util::generateFileUsingSimpleTemplate(
|
||||
ROOT.'/d_setting/conf.orig.php',
|
||||
ROOT.'/d_setting/conf.php',[
|
||||
'host'=>$host,
|
||||
|
||||
Reference in New Issue
Block a user