@@ -31,26 +31,10 @@ define("POLICY_MAIL", "##policy_mail##"); //contact email in policy
3131define("POLICY_PHONE", "##policy_phone##");
3232define("WHO_WE_ARE","##who_we_are##");
3333define("POLICY_URL","##policy_url##");
34- define('SUBSCRIBE_EMAIL', true);
35- define('SUBSCRIBE_TELEGRAM', false);
36- define("TG_BOT_API_TOKEN", "##tg_bot_token##"); //Telegram Bot Token
37- define("TG_BOT_USERNAME", "##tg_bot_username##"); //Telegram Bot username
3834define("INSTALL_OVERRIDE", false);
3935define("DEFAULT_LANGUAGE", "en_GB");
40- define("GOOGLE_RECAPTCHA", false);
41- define("GOOGLE_RECAPTCHA_SITEKEY", "##google_site_key##");
42- define("GOOGLE_RECAPTCHA_SECRET", "##google_secret##");
43- define("PHP_MAILER", false); // Enable if we are to use extenral PHPMailer() library
44- define("PHP_MAILER_PATH", "##phpmailer_path##"); // Path to src folder of PHPMailer() library - without ending /
45- define("PHP_MAILER_SMTP", false); // Set to true if we are to use SMTP
46- define("PHP_MAILER_HOST", "##phpmailer_host##"); // SMTP host
47- define("PHP_MAILER_PORT", "##phpmailer_port##"); // SMTP Port
48- define("PHP_MAILER_SECURE", ""); // Set to TLS or SSL or leave blank for plaintext
49- define("PHP_MAILER_USER", "##phpmailer_user##"); // SMTP Authentication user
50- define("PHP_MAILER_PASS", "##phpmailer_pass##"); // SMTP authenticatin password
5136define("CUSTOM_LOGO_URL",""); // This will use the default logo if left empty
5237define("COPYRIGHT_TEXT",""); // Leave this empty if you don't want your copyright displayed
53- define("CRON_SERVER_IP",""); // IP Address that will be used to call cron task. Leave empty if not used!
5438// Without COPYRIGHT_TEXT Set
5539// 2020 Server Status Project Contributors
5640// With COPYRIGHT_TEXT Set
0 commit comments