mirror of
https://github.com/cytopia/devilbox.git
synced 2025-04-17 15:39:01 +00:00
If no errors are present, show OK screen
This commit is contained in:
parent
24d3b65ec1
commit
4ba01ebaea
@ -20,6 +20,8 @@
|
||||
<?php $errors = $Logger->getAll(); ?>
|
||||
<?php if ($errors === false): ?>
|
||||
<p>Writing to logfile is not possible. Errors will be sent as mail instead. Check the mail section.</p>
|
||||
<?php elseif (count($errors) === 0): ?>
|
||||
<p>No errors detected.</div>
|
||||
<?php else: ?>
|
||||
<?php $total = count($errors); ?>
|
||||
<table class="table table-striped">
|
||||
|
Loading…
x
Reference in New Issue
Block a user