@@ -10,5 +10,3 @@
$firstExpirationDelay = 31536000; // <- 86400*365 // 60*60*24 = 1 jour = 86400
$prefixAntiNumber = 'z';
$DEBUG = false;
-
-?>
@@ -96,4 +96,3 @@ function check_if_mail_already_sent($event_name, $user_from, $user_to = null)
return $result[0]["total"];
}
@@ -16,5 +16,3 @@ $platform_email['SMTP_AUTH'] = 0;
$platform_email['SMTP_USER'] = '';
$platform_email['SMTP_PASS'] = '';
$platform_email['SMTP_CHARSET'] = api_get_system_encoding();
@@ -39,4 +39,3 @@ function personal_check_official_code($code, $valueToReturnIfOk, $valueToReturnI
// For stats
define('NB_LINE_OF_EVENTS', 15);