git-svn-id: http://xe-core.googlecode.com/svn/trunk@227 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-05 03:31:38 +00:00
parent ea69a65507
commit b60c71d589
17 changed files with 29 additions and 15 deletions

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<addon version="0.1">
<title xml:lang="ko">스팸필터 애드온</title>
<title xml:lang="en">spamfilter addon</title>
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
<name xml:lang="ko">제로</name>
<name xml:lang="en">zero</name>
<description xml:lang="ko">스팸 필터링을 담당합니다.</description>
<description xml:lang="en">do spam filtering</description>
</author>
<addon>

View file

@ -1,4 +1,6 @@
<?php
if(!__ZB5__) exit();
/**
* @file spam_filter.addon.php
* @author zero (zero@nzeo.com)