Fix typo in de.xml
[GitHub/WoltLab/WCF.git] / constants.php
index c368f8e30f3e33db108eb1b251000a0f1e0ca8fb..d863947533efbdc1b36bac30ec5ae8950aa1ffa1 100644 (file)
 \define('TMP_DIR', '');
 \define('WCF_N', 1);
 \define('WCF_OPTION_INC_PHP_SUCCESS', true);
-\define('SID_ARG_1ST', '');
-\define('SID_ARG_2ND', '');
-\define('SID_ARG_2ND_NOT_ENCODED', '');
-\define('SID', '');
-\define('SID_INPUT_TAG', '');
-\define('SECURITY_TOKEN', '');
-\define('SECURITY_TOKEN_INPUT_TAG', '');
 
 // option constants
 \define('LAST_UPDATE_TIME', 0);
 \define('MAIL_SIGNATURE_HTML', '');
 \define('MAIL_SEND_METHOD', 'php');
 \define('MAIL_SMTP_HOST', '');
-\define('MAIL_SMTP_PORT', 25);
-\define('MAIL_SMTP_STARTTLS', 'may');
+\define('MAIL_SMTP_PORT', 587);
+\define('MAIL_SMTP_STARTTLS', 'encrypt');
 \define('MAIL_SMTP_USER', '');
 \define('MAIL_SMTP_PASSWORD', '');
 \define('MAIL_USE_F_PARAM', 1);