AvocadoAmber/AvocadoEdition_Light/tail.sub.php

13 lines
205 B
PHP
Raw Normal View History

2022-09-17 20:50:50 +09:00
<?php
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
unset($mb);
unset($row);
unset($row2);
2024-09-28 13:03:15 +09:00
EventHandler::triggerEvent("gnuboard.tail_sub");
2022-09-17 20:50:50 +09:00
?>
</body>
</html>
2024-09-19 20:36:07 +09:00
<?php
echo html_end();