We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd69b4 commit 15b2a03Copy full SHA for 15b2a03
resources/views/layouts/sidebar.blade.php
@@ -213,7 +213,7 @@ function has_sslsb( $domain ) {
213
<a style="color:#007bff" class="nav-link" href="{{ url('update') }}" title="Click here to learn more about how to update">An update is available</a>
214
@endif
215
216
- @elseif(env('NOTIFY_UPDATES') === 'true' or env('NOTIFY_UPDATES') === 'major' or env('NOTIFY_UPDATES') === 'all')
+ @elseif(env('NOTIFY_UPDATES') == 'true' or env('NOTIFY_UPDATES') === 'major' or env('NOTIFY_UPDATES') === 'all')
217
<?php // Checks if URL exists
218
try {
219
function URL_exists(string $url): bool
0 commit comments