_common.php 대신 composer로 대체

This commit is contained in:
2018-04-03 21:15:12 +09:00
parent e0cbf34d43
commit 0c64087c0f
49 changed files with 90 additions and 174 deletions
-1
View File
@@ -54,7 +54,6 @@ define('__OLINE__',__LINE__);
define('__LINE__',__FILE__." ".__FUNCTION__." ".__LINE__." : ");
ini_set("session.cache_expire", 10080); // minutes
ob_start();
include "MYDB.php";