mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-01-31 19:44:49 +01:00
Fixed spelling
@YouveGotMeowxy
This commit is contained in:
parent
3014d7320a
commit
38de2d10f3
@ -385,7 +385,7 @@ document.getElementById("MAINTENANCE_MODE-form").addEventListener("change", func
|
||||
<input value="debug" name="type" style="display:none;" type="text" required>
|
||||
<input value="debug" name="entry" style="display:none;" type="text" required>
|
||||
<h5 style="margin-top:50px">Debug mode</h5>
|
||||
<p class="text-muted">Should be disabled in a production environment. Usefull for debugging during setup.</p>
|
||||
<p class="text-muted">Should be disabled in a production environment. Useful for debugging during setup.</p>
|
||||
<div class="input-group">
|
||||
<div class="row toggle-btn"><input name="toggle" class="switch toggle-btn" type="checkbox" id="toggle-debug" <?php if(EnvEditor::getKey('APP_DEBUG') == 'false'){echo '/>';}else{echo 'checked>';} ?> <label for="toggle-debug" class="label txt-label">Enable</label></div>
|
||||
</div></div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user