1
0

first commit

Signed-off-by: Daniel Tartavel <contact@librepc.com>
This commit is contained in:
Daniel Tartavel
2019-08-31 11:31:29 +02:00
parent cf413dc0af
commit 6c8c96934c
7 changed files with 219 additions and 0 deletions

7
entete_mail.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
$webmaster= "contact@lalis.fr";
$headers = "From: contact@lalis.fr\n";
$headers .= "MIME-Version: 1.0\n";
$headers .= "Content-type: text/plain; charset=UTF-8\n";
$headers .= "DATE: " . date( 'r' ) . "\n";
?>