mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 23:29:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@256 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
de279750ba
commit
b675f26ac4
10 changed files with 151 additions and 5 deletions
|
|
@ -10,6 +10,14 @@
|
|||
* rainbow.js는 http://www.dynamicdrive.com에서 제작하였으며 저작권을 가지고 있습니다.
|
||||
**/
|
||||
|
||||
// admin 모듈의 경우 무조건 패스
|
||||
/*
|
||||
if(Context::get('module') == 'admin') {
|
||||
$this->rainbow_link_is_called = true;
|
||||
return;
|
||||
}
|
||||
*/
|
||||
|
||||
// 한번이라도 요청이 되었다면 패스
|
||||
if($this->rainbow_link_is_called) return;
|
||||
$this->rainbow_link_is_called = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue