Use header.html in all pages

This commit is contained in:
Némunaire 2012-06-18 20:57:57 +02:00
commit f2a4098897
11 changed files with 34 additions and 204 deletions

View file

@ -1,6 +1,5 @@
<?php
function mail_utf8($to, $subject = '(No subject)',
$message = '', $header = '')
{
@ -10,7 +9,6 @@ function mail_utf8($to, $subject = '(No subject)',
$message, $header_ . $header));
}
$email = $_POST['email'];
echo $email;
$subject = "[Nemubot] Confirmation d'inscription";