dbConn 삭제.

This commit is contained in:
2018-04-05 02:24:46 +09:00
parent 51316abd42
commit 0c0ef213f9
74 changed files with 249 additions and 122 deletions
-9
View File
@@ -78,15 +78,6 @@ session_cache_limiter('nocache');//NOTE: 캐시가 가능하도록 설정해야
ob_start();
// MySQL 데이타 베이스에 접근
function dbConn($isRoot=false)
{
if ($isRoot) {
return RootDB::db()->get();
}
return DB::db()->get();
}
// 에러 메세지 출력
function Error($message, $url="")
{