@ -10,5 +10,3 @@
$firstExpirationDelay = 31536000; // <- 86400*365 // 60*60*24 = 1 jour = 86400
$prefixAntiNumber = 'z';
$DEBUG = false;
?>
@ -41,5 +41,3 @@ $canReportExpirationDate = true; // Needs to be true
// is not automaticly called
//$linkToChangeDiskQuota = 'changeQuota.php';
$urlScriptToReportExpirationDate = 'postpone.php'; // external script to postpone the expiration of course.
@ -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);
@ -165,4 +165,3 @@ $_configuration['deny_delete_users'] = false;
// Version settings
$_configuration['system_version'] = '{NEW_VERSION}';
$_configuration['system_stable'] = NEW_VERSION_STABLE;