퍼스트가든에서 사용하는 사용자 함수 및 관련파일 추가
This commit is contained in:
2
manager/lib/connect.php
Normal file
2
manager/lib/connect.php
Normal file
@ -0,0 +1,2 @@
|
||||
<?php
|
||||
$conn=mysqli_connect($DB['host'],$DB['user'],$DB['pass'],$DB['name']);
|
||||
Reference in New Issue
Block a user