forked from services/mlmmj-light-web-ecg
Turned of debug mode by default, Updated README
This commit is contained in:
6
init.php
6
init.php
@@ -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;
|
||||
|
||||
# -------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user