Merge branch 'master' of github.com:gnuboard/g5

This commit is contained in:
whitedot
2013-11-08 09:28:59 +09:00

View File

@ -1,6 +1,9 @@
<?php
include_once('./_common.php');
// clean the output buffer
ob_end_clean();
$no = (int)$no;
@include_once($board_skin_path.'/download.head.skin.php');