aboutsummaryrefslogtreecommitdiff
path: root/merci
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2021-06-18 22:13:54 +0100
committerMiquel Lionel <lionelmiquel@sfr.fr>2021-06-23 13:48:56 +0100
commit420155e750c4b95dd4327d7adb4310a64eafb364 (patch)
tree3c7ea05d24b73e1467489530b4f7c9be50e0af7c /merci
parent416fb73fbccf28ff256de352cd9b14803423852d (diff)
downloadgpigeon-420155e750c4b95dd4327d7adb4310a64eafb364.tar.gz
gpigeon-420155e750c4b95dd4327d7adb4310a64eafb364.zip
add some update from the master.
- Added the README.md form master branch. - Added new script gpigeonctl: will allow to initialize the database and manage it (add or delete and user, purge cookies). - Added the Makefile and the config.dek.mk from master branch with some changes - Added nginx config from master branch - Rename gpigeon.css -> styles.css - gpigeon-template.cgi: the -w flag on the shebang is useless because we already have "use warnings". Also, the man page discourage its use. - Fixed link-tmpl-template.cgi: the self-deletion now occurs as intended, and not only when in HAS_MAILSERVER=0 mode. also fixed the indenting around these parts because it was a clusterfuck
Diffstat (limited to 'merci')
-rw-r--r--merci/index.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/merci/index.html b/merci/index.html
index 8e5c55a..0335d73 100644
--- a/merci/index.html
+++ b/merci/index.html
@@ -1,11 +1,10 @@
<!DOCTYPE html>
<html>
<head>
- <link rel="icon" type="image/x-icon" href="/gpgform/gpigeon.ico">
- <title>Message bien envoy&eacute;&#33;</title>
+ <link rel="icon" type="image/x-icon" href="../favicon.ico">
+ <title>Message has been sent</title>
</head>
<body>
- <h1>Ton message a bien &eacute;t&eacute; envoy&eacute;. Merci
- beaucoup</h1>
+ <h1>Your message has been sent. Thank you !</h1>
</body>
</html>