diff options
author | Miquel Lionel <lionel@les-miquelots.net> | 2022-03-21 22:12:35 +0100 |
---|---|---|
committer | Miquel Lionel <lionelmiquel@sfr.fr> | 2022-03-21 22:12:35 +0100 |
commit | fadae8b786c545a9a6d8eed7f6bbbdc7171e83db (patch) | |
tree | 0a61787d77944fd623ef654b7b13549e1091e943 /gpigeon-template.cgi | |
parent | c468b762a5867ffbe27ea327278839128cf656fe (diff) | |
download | gpigeon-fadae8b786c545a9a6d8eed7f6bbbdc7171e83db.tar.gz gpigeon-fadae8b786c545a9a6d8eed7f6bbbdc7171e83db.zip |
add html notif on sending mail successfully
Diffstat (limited to 'gpigeon-template.cgi')
-rwxr-xr-x | gpigeon-template.cgi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gpigeon-template.cgi b/gpigeon-template.cgi index 8d2365a..c0f64fd 100755 --- a/gpigeon-template.cgi +++ b/gpigeon-template.cgi @@ -363,6 +363,8 @@ if (ValidCookie($IDCookie, $cookiesDir) or argon2id_verify($argon2idHash,$passwo </label> </form> $linkGenNotif + <br> + $sentMailNotif <hr> <form method="POST"> $hiddenPasswordField |