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. |