SMS5 솔루션 설치시 불필요한 변수 삭제 (작은별님,211222)
This commit is contained in:
@ -61,11 +61,6 @@ for ($i=0; $i<count($f); $i++) {
|
|||||||
echo "<script>document.getElementById('sms5_job_01').innerHTML='전체 테이블 생성 완료';</script>";
|
echo "<script>document.getElementById('sms5_job_01').innerHTML='전체 테이블 생성 완료';</script>";
|
||||||
flush(); usleep(50000);
|
flush(); usleep(50000);
|
||||||
|
|
||||||
$read_point = -1;
|
|
||||||
$write_point = 5;
|
|
||||||
$comment_point = 1;
|
|
||||||
$download_point = -20;
|
|
||||||
|
|
||||||
//-------------------------------------------------------------------------------------------------
|
//-------------------------------------------------------------------------------------------------
|
||||||
// config 테이블 설정
|
// config 테이블 설정
|
||||||
$sql = " insert into {$g5['sms5_book_group_table']} set bg_name='미분류'";
|
$sql = " insert into {$g5['sms5_book_group_table']} set bg_name='미분류'";
|
||||||
|
|||||||
Reference in New Issue
Block a user