Cloudlog/application/config/cloudlog.php
Kim Huebel 0b7033a1ba Made the whole thing configurable with
application/config/cloudlog.php
2019-06-22 12:34:06 +02:00

19 行
无行尾
518 B
PHP

<?php
defined('BASEPATH') OR exit('No direct script access allowed');
/*
*
* Config file for storing fixed variables
*
*/
/*
|--------------------------------------------------------------------------
| Show time on dashboard and QSO-details if not logged in
|--------------------------------------------------------------------------
|
| If you want to show QSO-times (additional to the date) on the dashboard
| and on QSO-detail-view, set this to TRUE, otherwise set it to FALSE
|
*/
$config['show_time'] = FALSE;