From: Vincent Vanwaelscappel Date: Thu, 13 Jan 2022 20:22:33 +0000 (+0100) Subject: wip #5022 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=00838d2df120e23d420fb5416130796c6bfa20db;p=odl.git wip #5022 --- diff --git a/resources/views/components/link.blade.php b/resources/views/components/link.blade.php index dc8ed75..f7e6e0b 100644 --- a/resources/views/components/link.blade.php +++ b/resources/views/components/link.blade.php @@ -2,7 +2,7 @@ @php use Illuminate\Support\Str; - if (!Str::startsWith($href, 'http') && !Str::startsWith($href, '/tools/')) { + if (!Str::startsWith($href, 'http') && !Str::startsWith($href, '/tools/') && !Str::startsWith($href, '/storage/') && !Str::startsWith($href, '/front/')) { $linkData=\App\Http\Controllers\FrontController::getLinkData($href); $href=$linkData['url'];