first upload all files
This commit is contained in:
5
resources/views/vendor/bone/captcha/image.blade.php
vendored
Normal file
5
resources/views/vendor/bone/captcha/image.blade.php
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
<img src="{{ $route }}"
|
||||
style="cursor:pointer;width:{{ $width }}px;height:{{ $height }}px;"
|
||||
title="{{ trans('support::captcha.update_code') }}"
|
||||
onclick="this.setAttribute('src','{{ $route }}?_='+Math.random());var captcha=document.getElementById('{{ $input_id }}');if(captcha){captcha.focus()}"
|
||||
>
|
||||
Reference in New Issue
Block a user