mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
18 lines
298 B
PHP
18 lines
298 B
PHP
<?php
|
|
/**
|
|
* @class logController
|
|
* @author zero (zero@nzeo.com)
|
|
* @brief log 모듈의 controller class
|
|
* @todo 미구현
|
|
**/
|
|
|
|
class logController extends log {
|
|
|
|
/**
|
|
* @brief 초기화
|
|
**/
|
|
function init() {
|
|
}
|
|
|
|
}
|
|
?>
|