Avocado.CommunityEdition/AvocadoEdition/theme/basic/tail.sub.php

15 lines
281 B
PHP
Raw Normal View History

2022-02-09 03:05:24 +09:00
<?php
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
unset($ch);
unset($mb);
unset($row);
unset($row2);
unset($character);
unset($member);
?>
</body>
</html>
<?php echo html_end(); // HTML 마지막 처리 함수 : 반드시 넣어주시기 바랍니다. ?>