SMS5 솔루션 설치시 불필요한 변수 삭제 (작은별님,211222)

This commit is contained in:
kagla
2021-12-22 10:37:15 +09:00
parent 796b6d9ab1
commit 26f6b802b7

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='미분류'";