db config 불러오기 삭제

This commit is contained in:
YJSoft 2014-10-11 17:27:18 +09:00 committed by bnu
parent fe86ee5a76
commit 60bea29215

View file

@ -79,7 +79,7 @@ class addonController extends addon
function makeCacheFile($site_srl = 0, $type = "pc", $gtype = 'site')
{
// Add-on module for use in creating the cache file
$buff = array('<?php if(!defined("__XE__")) exit();', '$_m = Context::get(\'mid\');','$db_info = Context::getDBInfo();');
$buff = array('<?php if(!defined("__XE__")) exit();', '$_m = Context::get(\'mid\');');
$oAddonModel = getAdminModel('addon');
$addon_list = $oAddonModel->getInsertedAddons($site_srl, $gtype);
foreach($addon_list as $addon => $val)