[Welcome] Only show debug notice if its not production

pull/1648/head
Peter Goodhall 2022-10-05 15:18:58 +01:00
rodzic 4419558971
commit 40b5746e48
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -15,6 +15,7 @@
<p class="lead">I'd like to thank Andreas (LA8AJA) and Flo (DF2ET) for helping getting this over the finish line.</p>
<p class="lead">This guide is to help you get your installation configured to work with all the new features please follow it!</p>
<?php if(ENVIRONMENT != "production") { ?>
<div class="card">
<div class="card-header">
<span class="badge badge-danger">File Change</span> /index.php - Turn off debugging messages
@ -31,6 +32,7 @@
</div>
<br>
<?php } ?>
<div class="card">
<div class="card-header">