Skip to content

Commit 7395ed8

Browse files
Update index.blade.php
1 parent 91fcc54 commit 7395ed8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
<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>
3939
@endif
4040

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>"; ?>
42+
4143
<div class="tab-content" id="nav-tabContent">
4244
<div class="tab-pane fade show active p-3" id="current-env" role="tabpanel" aria-labelledby="nav-home-tab">
4345
<env-main-tab></env-main-tab>
@@ -122,4 +124,4 @@
122124
</script>
123125
@endpush
124126

125-
@extends('layouts.sidebar')
127+
@extends('layouts.sidebar')

0 commit comments

Comments
 (0)