diff --git a/Vagrantfile b/Vagrantfile index f17e66a..e57d359 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -9,6 +9,7 @@ load File.expand_path(vagrantfile) if File.exists?(vagrantfile) Vagrant.configure('2') do |config| config.vm.synced_folder "./", "/vagrant", type: "rsync", rsync__exclude: [ '.vagrant', '.git', 'config/config.ini' ] + config.ssh.shell="/bin/sh" config.vm.network "forwarded_port", guest: 80, host: 8080, auto_correct: true config.vm.network "forwarded_port", guest: 443, host: 8443, auto_correct: true diff --git a/htdocs/lib/MailNotify.php b/htdocs/lib/MailNotify.php index 3c16323..7793704 100644 --- a/htdocs/lib/MailNotify.php +++ b/htdocs/lib/MailNotify.php @@ -1,6 +1,11 @@ + + + + + + {{ page_name }} + + + + + -{% block body %} +
{% include 'notif.html' %} {% if logout %}
Déconnecté
@@ -26,4 +37,7 @@
-{% endblock %} + + + +