Merge branch 'master' of https://github.com/gnuboard/gnuboard5 into inicert

This commit is contained in:
projectSylas
2022-01-05 02:07:17 +00:00
9 changed files with 10 additions and 13 deletions

View File

@ -61,11 +61,6 @@ for ($i=0; $i<count($f); $i++) {
echo "<script>document.getElementById('sms5_job_01').innerHTML='전체 테이블 생성 완료';</script>";
flush(); usleep(50000);
$read_point = -1;
$write_point = 5;
$comment_point = 1;
$download_point = -20;
//-------------------------------------------------------------------------------------------------
// config 테이블 설정
$sql = " insert into {$g5['sms5_book_group_table']} set bg_name='미분류'";