conf에 return hint 추가
메시지 전송 준비
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
<?php
|
||||
require_once(__dir__.'/../../d_setting/conf.php');
|
||||
|
||||
/**
|
||||
* DB 객체 생성
|
||||
*
|
||||
* @return MeekroDB
|
||||
*/
|
||||
function newDB(){
|
||||
$host = '_host_';
|
||||
$user = '_user_';
|
||||
|
||||
Reference in New Issue
Block a user