mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 07:09:56 +09:00
db config 불러오기 삭제
This commit is contained in:
parent
895bf152ba
commit
cc53596de5
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ class addonController extends addon
|
||||||
function makeCacheFile($site_srl = 0, $type = "pc", $gtype = 'site')
|
function makeCacheFile($site_srl = 0, $type = "pc", $gtype = 'site')
|
||||||
{
|
{
|
||||||
// Add-on module for use in creating the cache file
|
// 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');
|
$oAddonModel = getAdminModel('addon');
|
||||||
$addon_list = $oAddonModel->getInsertedAddons($site_srl, $gtype);
|
$addon_list = $oAddonModel->getInsertedAddons($site_srl, $gtype);
|
||||||
foreach($addon_list as $addon => $val)
|
foreach($addon_list as $addon => $val)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue