캡차이미지와 캡챠음성파일을 미리 만들어 놓고 img src 에 노출하는 방식으로 변경

This commit is contained in:
gnuboard
2013-01-12 15:52:32 +09:00
parent 76f6048e66
commit 508d060219
9 changed files with 124 additions and 56 deletions

View File

@ -15,6 +15,7 @@ header('Content-Disposition: attachment;filename=captcha.wav');
echo joinwavs($wavs);
/**
* Join multiple wav files
*