mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-15 17:29:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@73 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0632a4a5da
commit
3ce41631ea
3 changed files with 16 additions and 60 deletions
16
modules/log/log.controller.php
Normal file
16
modules/log/log.controller.php
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
/**
|
||||
* @class logController
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @brief log 모듈의 controller class
|
||||
* @todo 미구현
|
||||
**/
|
||||
|
||||
class logController extends Module {
|
||||
|
||||
/**
|
||||
* @brief 초기화
|
||||
**/
|
||||
|
||||
}
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue