일부 파일 가져옴

This commit is contained in:
2018-01-11 22:39:47 +09:00
parent 91a5ff805c
commit 6e71abe710
20 changed files with 93 additions and 50 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
<?php
define(ROOT, '..');
if(!defined('ROOT')){
define('ROOT', '..');
}
require_once(ROOT.'/f_config/config.php');
require_once(ROOT.W.F_CONFIG.W.APP.PHP);
require_once(ROOT.W.F_FUNC.W.FUNC.PHP);
+11 -11
View File
@@ -1,11 +1,11 @@
<?php
db_host
db_user
db_pass
db_name
smtp_host
smtp_port
smtp_id
smtp_pw
smtp_sender
?>
<?php /*
localhost
sam_dev
letmein
sammo
smtp.gmail.com
465
aser
ewrwer
@gmail.com
*/?>