db_table.optimize.php 파일에 hook 추가 #362

This commit is contained in:
thisgun
2025-07-08 11:16:16 +09:00
parent 2556753530
commit 9191199ef4

View File

@ -69,4 +69,8 @@ if($captcha_mp3 && is_array($captcha_mp3)) {
// 실행일 기록
if(isset($config['cf_optimize_date'])) {
sql_query(" update {$g5['config_table']} set cf_optimize_date = '".G5_TIME_YMD."' ");
}
run_event('cf_optimize_date_update', $config);
}
run_event('db_table_optimize_end', $config);