From 95c7bd61b109aadef1ec50e787abd37c721d519a Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Sat, 23 Nov 2024 10:16:19 +0100 Subject: [PATCH] added hint in trx control config that nothing is implemented yet. just to avoid confusion --- application/config/config.sample.php | 4 ++++ install/config/config.php | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/application/config/config.sample.php b/application/config/config.sample.php index 463551db3..f972f1458 100644 --- a/application/config/config.sample.php +++ b/application/config/config.sample.php @@ -725,6 +725,10 @@ $config['disable_version_check'] = false; | trx-control Configuration |-------------------------------------------------------------------------- | +| *** +| No Features implemented yet, Nothing is going to happen if you set this. +| *** +| | This defines server and port of your personal trx-control server. | If you don't have a trx-control server, you can ignore this. | diff --git a/install/config/config.php b/install/config/config.php index 7fde664df..e0c563524 100644 --- a/install/config/config.php +++ b/install/config/config.php @@ -725,6 +725,10 @@ $config['disable_version_check'] = false; | trx-control Configuration |-------------------------------------------------------------------------- | +| *** +| No Features implemented yet, Nothing is going to happen if you set this. +| *** +| | This defines server and port of your personal trx-control server. | If you don't have a trx-control server, you can ignore this. |