Files
dev.ttsby.com/modules/comment/action/a.get_OnelineList.php
2023-04-17 11:06:08 +09:00

12 lines
168 B
PHP

<?php
if(!defined('__KIMS__')) exit;
include $theme.'comment/function.php';
?>
[RESULT:
<?php echo getOnelineList($theme,$parent)?>
:RESULT]
<?php
exit;
?>