...
|
...
|
@@ -39,7 +39,7 @@ class TestController extends HomeBaseController |
|
|
if (!file_exists($savePath)){
|
|
|
mkdir($savePath, 0777,true);
|
|
|
}
|
|
|
$code_img = $this->code_img(28,2);
|
|
|
$code_img = $this->code_img(28,3);
|
|
|
$code = file_get_contents($code_img);
|
|
|
file_put_contents(ROOT_PATH."public/upload/code_img/code_img28.png",$code);
|
|
|
echo cmf_get_image_url('code_img/code_img28.png');
|
...
|
...
|
|