버전 5.4.2.7 수정

This commit is contained in:
thisgun
2020-06-11 11:20:12 +09:00
6 changed files with 12 additions and 3 deletions

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();