Skip to content

Commit 139d3a8

Browse files
committed
Update index.blade.php
1 parent b5baeec commit 139d3a8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

resources/views/vendor/env-editor/index.blade.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
<li class="nav-item">
2323
<a class="nav-link" data-toggle="tab" href="#upload-env" role="tab">{{__($translatePrefix.'views.tabTitles.upload')}}</a>
2424
</li>
25+
<li class="nav-item">
26+
<a class="nav-link" href="{{ url('/panel/advanced-config') }}" role="tab">Advanced Config ⤻</a>
27+
</li>
2528
<li class="nav-item">
2629
<a class="nav-link" href="{{ url('/panel/diagnose') }}" role="tab">Diagnosis ⤻</a>
2730
</li>
@@ -37,8 +40,7 @@
3740
<br><br>
3841
<a style="color:#ffbb39; font-weight:300; font-size:120%;">You currently have Event Notifications disabled. To get notified about polls, possible security vulnerabilities or important news, change the setting <code>NOTIFY_EVENTS</code> below to <code>true</code>. If you enable this and an event is happening, a small text will pop up on your Admin Panel which will only be visible for admins.</a>
3942
@endif
40-
41-
<?php if(strpos($_SERVER['SERVER_SOFTWARE'], 'nginx') !== false)echo "<br><br><p style=\"color:tomato; font-weight:300; font-size:120%;\">You appear to be using NGINX. Some features of the Config Editor do not work on NGINX based servers. Learn more about this and how to use these features anyway <a href=\"https://littlelink-custom.com/config-editor\" target=\"_blank\">here</a>.</p>"; ?>
43+
<?php if(strpos($_SERVER['SERVER_SOFTWARE'], 'nginx') !== false)echo "<br><br><p style=\"color:tomato; font-weight:300; font-size:120%;\">You appear to be using NGINX. Some features of the Config Editor do not work on NGINX based servers. You can use the alternative Config Editor <a href=" . url()->current() . "/../../panel/advanced-config>here</a>.</p>"; ?>
4244

4345
<div class="tab-content" id="nav-tabContent">
4446
<div class="tab-pane fade show active p-3" id="current-env" role="tabpanel" aria-labelledby="nav-home-tab">

0 commit comments

Comments
 (0)