This website works better with JavaScript
Home
Explore
Help
Sign In
waibao
/
NN2023021801
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
dev
Branches
Tags
dev
master
NN2023021801
/
app
/
api
/
config
/
captcha.php
captcha.php
111 B
Permalink
History
Raw
1
2
3
4
5
6
7
8
<?php
return [
'fontSize'=>40,
'codeSet'=>'0123456789',
'useCurve'=>true,
'useNoise'=>false
];