Laurent Opprecht 12 years ago
parent
commit
1883362660

+ 0 - 2
main/inc/conf/add_course.conf.dist.php

@@ -10,5 +10,3 @@
 $firstExpirationDelay			= 31536000; // <- 86400*365    // 60*60*24 = 1 jour = 86400
 $prefixAntiNumber				= 'z';
 $DEBUG							= false;
-
-?>

+ 0 - 1
main/inc/conf/events.conf.dist.php

@@ -96,4 +96,3 @@ function check_if_mail_already_sent($event_name, $user_from, $user_to = null)
     return $result[0]["total"];
 }
 
-?>

+ 0 - 2
main/inc/conf/mail.conf.dist.php

@@ -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();
-
-?>

+ 0 - 1
main/inc/conf/profile.conf.dist.php

@@ -39,4 +39,3 @@ function personal_check_official_code($code, $valueToReturnIfOk, $valueToReturnI
 // For stats
 define('NB_LINE_OF_EVENTS', 15);
 
-?>