|
@@ -55,7 +55,7 @@ class ProgressImgController extends Controller
|
|
|
$svg .= '<polyline points="0,0 1,0" /></svg>';
|
|
$svg .= '<polyline points="0,0 1,0" /></svg>';
|
|
|
}
|
|
}
|
|
|
return $svg;
|
|
return $svg;
|
|
|
- } , 0.1*24 );
|
|
|
|
|
|
|
+ } , env('CACHE_EXPIRE',3600*24) );
|
|
|
echo $svg;
|
|
echo $svg;
|
|
|
}, 200, ['Content-Type' => 'image/svg+xml']);
|
|
}, 200, ['Content-Type' => 'image/svg+xml']);
|
|
|
/*
|
|
/*
|