1
0
Files
yafcms/app/controllers/Log.php
2021-07-21 09:48:17 +08:00

8 lines
141 B
PHP

<?php
class LogController extends Yaf_Controller_Abstract {
/* action method may have arguments */
function indexAction() {
}
}