mirror of
https://gitee.com/fastadminnet/think-captcha.git
synced 2026-07-01 14:02:47 +08:00
修正背景图片显示
This commit is contained in:
@@ -290,7 +290,7 @@ class Captcha
|
|||||||
*/
|
*/
|
||||||
private function _background()
|
private function _background()
|
||||||
{
|
{
|
||||||
$path = dirname(__FILE__) . '/verify/bgs/';
|
$path = __DIR__ . '/../assets/bgs/';
|
||||||
$dir = dir($path);
|
$dir = dir($path);
|
||||||
|
|
||||||
$bgs = [];
|
$bgs = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user