Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ASM
dkim-validator
Commits
2e8c739d
Commit
2e8c739d
authored
Feb 20, 2018
by
Jørn Åne de Jong
Browse files
Show message when no DKIM signature found
parent
36208872
Pipeline
#6246
passed with stages
in 2 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
www/index.php
View file @
2e8c739d
...
...
@@ -119,6 +119,9 @@ nav a {
<footer>
<ol>
<?php
if
(
empty
(
$signatures
))
:
?>
<li
value=
"0"
>
No signatures found
</a>
<?php
else
:
?>
<?php
foreach
(
$signatures
as
$sig
)
:
?>
<li><ul>
...
...
@@ -129,6 +132,7 @@ nav a {
</ul></li>
<?php
endforeach
;
?>
<?php
endif
;
?>
</ol>
</footer>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment