mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
referer 모듈을 XE Core에서 제거
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6702 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f87a93830c
commit
a3606b94d4
31 changed files with 0 additions and 577 deletions
|
|
@ -1,32 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<addon version="0.2">
|
||||
<title xml:lang="ko">리퍼러 수집기</title>
|
||||
<title xml:lang="jp">リファラーコレクター</title>
|
||||
<title xml:lang="zh-CN">反向链接统计</title>
|
||||
<title xml:lang="en">Referer Collector</title>
|
||||
<title xml:lang="ge">Referer Collector</title>
|
||||
<title xml:lang="es">Referer Collector</title>
|
||||
<title xml:lang="ru">Сборщик рефералов</title>
|
||||
<title xml:lang="zh-TW">反向連結統計</title>
|
||||
<description xml:lang="ko">Referer log를 수집합니다.</description>
|
||||
<description xml:lang="jp">リファラーログを収集します。</description>
|
||||
<description xml:lang="zh-CN">记录反向链接统计数据。</description>
|
||||
<description xml:lang="en">Collect referer log and statistics.</description>
|
||||
<description xml:lang="ge">Sammeln Sie Referer-Log und Statistik.</description>
|
||||
<description xml:lang="es">Recoger referer log y estadísticas.</description>
|
||||
<description xml:lang="ru">Собирает лог рефералов и статистику.</description>
|
||||
<description xml:lang="zh-TW">紀錄反向連結統計資料。</description>
|
||||
<version>0.1</version>
|
||||
<date>2007-11-26</date>
|
||||
|
||||
<author email_address="haneul0318@gmail.com" link="http://seungyeop.kr">
|
||||
<name xml:lang="ko">haneul</name>
|
||||
<name xml:lang="jp">Haneul</name>
|
||||
<name xml:lang="zn-CN">haneul</name>
|
||||
<name xml:lang="en">haneul</name>
|
||||
<name xml:lang="ge">haneul</name>
|
||||
<name xml:lang="es">haneul</name>
|
||||
<name xml:lang="ru">haneul</name>
|
||||
<name xml:lang="zn-TW">haneul</name>
|
||||
</author>
|
||||
</addon>
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
<?php
|
||||
if(!defined("__ZBXE__")) exit();
|
||||
|
||||
/**
|
||||
* @file referer.addon.php
|
||||
* @author haneul (haneul0318@gmail.com)
|
||||
**/
|
||||
|
||||
// called_position가 before_module_init 이고 module이 admin이 아닐 경우
|
||||
if($called_position == 'before_module_init' && !$GLOBALS['__referer_addon_called__']) {
|
||||
$oController = &getController('referer');
|
||||
$oController->procRefererExecute();
|
||||
$GLOBALS['__referer_addon_called__'] = true;
|
||||
}
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue