func.php에 빼먹은 php파일 include

This commit is contained in:
2018-01-29 21:58:19 +09:00
parent 20593b0e44
commit 32893d6692
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
require_once("lib.php");
require_once("func_message.php");
require_once("func.php");
//로그인 검사
CheckLogin(1);
$connect = dbconn();