mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +09:00
Delete unuse custom code.
This commit is contained in:
parent
1b4caf710d
commit
5c7b480501
2 changed files with 0 additions and 57 deletions
|
|
@ -87,11 +87,6 @@ class ncenterliteController extends ncenterlite
|
|||
|
||||
$oModuleModel = getModel('module');
|
||||
|
||||
if($this->_isDisable())
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
$oNcenterliteModel = getModel('ncenterlite');
|
||||
$config = $oNcenterliteModel->getConfig();
|
||||
|
||||
|
|
@ -150,11 +145,6 @@ class ncenterliteController extends ncenterlite
|
|||
|
||||
function triggerAfterInsertComment($obj)
|
||||
{
|
||||
if($this->_isDisable())
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
$oNcenterliteModel = getModel('ncenterlite');
|
||||
$config = $oNcenterliteModel->getConfig();
|
||||
|
||||
|
|
@ -718,14 +708,6 @@ class ncenterliteController extends ncenterlite
|
|||
return new Object();
|
||||
}
|
||||
|
||||
if(count($this->disable_notify_bar_act))
|
||||
{
|
||||
if(in_array(Context::get('act'), $this->disable_notify_bar_act))
|
||||
{
|
||||
return new Object();
|
||||
}
|
||||
}
|
||||
|
||||
// HTML 모드가 아니면 중지 + act에 admin이 포함되어 있으면 중지
|
||||
if(Context::getResponseMethod() != 'HTML' || strpos(strtolower(Context::get('act')), 'admin') !== false)
|
||||
{
|
||||
|
|
@ -740,13 +722,6 @@ class ncenterliteController extends ncenterlite
|
|||
|
||||
$module_info = Context::get('module_info');
|
||||
|
||||
if(count($this->disable_notify_bar_mid))
|
||||
{
|
||||
if(in_array($module_info->mid, $this->disable_notify_bar_mid))
|
||||
{
|
||||
return new Object();
|
||||
}
|
||||
}
|
||||
|
||||
// admin 모듈이면 중지
|
||||
if($module_info->module == 'admin')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue