mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
19 lines
518 B
PHP
19 lines
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; |