mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@20 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d05774e7df
commit
7c8fc30c8c
2 changed files with 25 additions and 21 deletions
|
|
@ -1,8 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* @file : addons/spam_filter/spam_filter.addon.php
|
* @class spam_filter
|
||||||
* @author : zero <zero@nzeo.com>
|
* @author zero (zero@nzeo.com)
|
||||||
* @desc : 스팸필터링 애드온
|
* @brief 스팸필터링 애드온
|
||||||
|
* @todo 미구현
|
||||||
**/
|
**/
|
||||||
|
|
||||||
class spam_filter {
|
class spam_filter {
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,10 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file : layouts/test/test.addon.php
|
* @class test
|
||||||
* @author : zero <zero@nzeo.com>
|
* @author zero (zero@nzeo.com)
|
||||||
* @desc : test 레이아웃
|
* @brief test 레이아웃
|
||||||
|
* @todo 미구현
|
||||||
**/
|
**/
|
||||||
|
|
||||||
class test {
|
class test {
|
||||||
|
|
@ -11,3 +12,5 @@
|
||||||
$oModule->setHtml('레이아웃');
|
$oModule->setHtml('레이아웃');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
?>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue