func.php에 빼먹은 php파일 include
This commit is contained in:
@@ -12,6 +12,7 @@ require_once 'func_history.php';
|
||||
require_once 'func_legacy.php';
|
||||
require_once 'func_file.php';
|
||||
require_once 'func_converter.php';
|
||||
require_once('func_template.php');
|
||||
require_once('func_message.php');
|
||||
|
||||
/// 0.0~1.0 사이의 랜덤 float
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
require_once("lib.php");
|
||||
require_once("func_message.php");
|
||||
require_once("func.php");
|
||||
//로그인 검사
|
||||
CheckLogin(1);
|
||||
$connect = dbconn();
|
||||
|
||||
Reference in New Issue
Block a user