Turned of debug mode by default, Updated README

This commit is contained in:
2021-08-12 23:06:19 +02:00
parent 23c5901b9b
commit ab016b75e1
2 changed files with 24 additions and 6 deletions

View File

@@ -19,10 +19,12 @@ $web_path = "/home/pacs/ecg00/users/mlmmj/doms/list.ecogood.org/htdocs-ssl/mlmmj
$web_url = "https://list.ecogood.org/";
$language = "en";
$domain_global = "mlmmj";
$rc_webhook = "";
# No need to change this values
$current_version = "v1.0";
$headline = "Manage your ECG mailing lists " . $current_version;
$debug = true;
$rc_webhook = "";
$debug = false;
# -------------------------------------------------------------