From 357a0532b72e43de725b122ff757c21765cbcf2e Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Thu, 18 Jan 2024 08:13:20 +0100 Subject: [PATCH] removed comments for app_version in config.php --- application/config/config.sample.php | 1 - install/config/config.php | 1 - 2 files changed, 2 deletions(-) diff --git a/application/config/config.sample.php b/application/config/config.sample.php index 0cd9da1bf..18c67e9c7 100644 --- a/application/config/config.sample.php +++ b/application/config/config.sample.php @@ -8,7 +8,6 @@ defined('BASEPATH') OR exit('No direct script access allowed'); |-------------------------------------------------------------------------- | | 'app_name' Name of the App 'Wavelog' -| 'app_version' Set by the dev team. | 'directory' directory where wavelog is installed eg "logger" | 'callbook' Selects which Callbook lookup to use defaults "hamqth" but supports "qrz" */ diff --git a/install/config/config.php b/install/config/config.php index 5261bf582..eeea5f495 100644 --- a/install/config/config.php +++ b/install/config/config.php @@ -8,7 +8,6 @@ defined('BASEPATH') OR exit('No direct script access allowed'); |-------------------------------------------------------------------------- | | 'app_name' Name of the App 'Wavelog' -| 'app_version' Set by the dev team. | 'directory' directory where wavelog is installed eg "logger" | 'callbook' Selects which Callbook lookup to use defaults "hamqth" but supports "qrz" */