5.4.2.6 패치에서 잘못 수정으로 캡챠 mp3가 로드되지 문제 수정

This commit is contained in:
thisgun
2020-06-10 10:48:56 +09:00
parent c2dbb74920
commit 8c49fbafb8

View File

@ -37,7 +37,7 @@ function make_mp3()
set_session("ss_captcha_save", $number);
return G5_URL.'/'.$mp3_file;
return G5_DATA_URL.'/'.$mp3_file;
}
echo make_mp3();