[Welcome] Only show debug notice if its not production

这个提交包含在:
Peter Goodhall 2022-10-05 15:18:58 +01:00
父节点 4419558971
当前提交 40b5746e48

查看文件

@ -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">