e_lib 코드들을 composer로 이동
func_http 삭제. guzzle로 대체 php 파일에서 include, require 앞에 있는 구문들을 전부 뒤로 이동.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
require_once('_common.php');
|
||||
// dbHost, dbId, dbPw, dbName, mailHost, mailPort, mailId, mailPw
|
||||
$dbHost = $_POST['dbHost'];
|
||||
$dbId = $_POST['dbId'];
|
||||
@@ -10,7 +11,7 @@ $mailId = $_POST['mailId'];
|
||||
$mailPw = $_POST['mailPw'];
|
||||
$mailAddr = $_POST['mailAddr'];
|
||||
|
||||
require_once('_common.php');
|
||||
|
||||
require_once(ROOT.W.F_FUNC.W.'class._DB.php');
|
||||
require_once(ROOT.W.F_FUNC.W.'class._String.php');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user