Skip to content

Cloudlog.php Configuration File

Peter Goodhall edited this page Feb 21, 2020 · 9 revisions

Information Relating to application/config/cloudlog.php

Basics

The configuration file application/config/cloudlog.php is used for setting any fixed-configuration options that Cloudlog might require, the small number which are in config.php will be shifted to this file over time.

Configuration Items

  • $config['show_time'] - This controls whether users who are not logged in can see QSO times, the default is set to false.
  • $config['measurement_base'] - This allows you to set unit of measurement used for showing bearings, the default is M which is miles, however, you can set K for kilometres and N for nautic miles.
  • $config['qso_date_format'] - changing this allows you to change the date format displayed this uses the php date() format, see notes in the file for details.
Clone this wiki locally