session->flashdata('success'); ?>
session->flashdata('error'); ?>
| = __("Version"); ?> | optionslib->get_option('version') . "\n"; ?> |
| = __("Language"); ?> | config->item('language')) . "\n"; ?> |
| = __("Base URL"); ?> | config->item('base_url'); ?> " onclick='copyURL("config->item('base_url'); ?>")'> |
| = __("Migration"); ?> | ". __("There is something wrong with your Migration in Database!") . ""); ?> |
| = __("Environment"); ?> | |
| = __("Total QSO on this instance"); ?> |
| = __("Server Software"); ?> | |
| = __("PHP Version"); ?> | = 0) { echo phpversion()." OK"; } else { echo phpversion()." ".__("Deprecated").""; } ?> |
| = __("MySQL Version"); ?> | db->version(); ?> |
| = __("Codeigniter Version"); ?> |
= __("This verifies that the folders used by Wavelog have read and write permissions by PHP."); ?>
| /backup | = __("Success"); ?> = __("Failed"); ?> |
| /cache | = __("Success"); ?> = __("Failed"); ?> |
| /updates | = __("Success"); ?> = __("Failed"); ?> |
| /uploads | = __("Success"); ?> = __("Failed"); ?> |
| /userdata | = __("Success"); ?> = __("Failed"); ?> |
= sprintf(__("Please edit your %s File:"),"./application/config/config.php"); ?> = __("Go to your application/config Folder and compare config.sample.php with your config.php"); ?> = sprintf(__("Change %s to the value %s (Strongly recommended)"),"\$config['auth_mode']","3"); ?>
= __("Modules"); ?>
| php-curl | = __("Installed"); ?> = __("Not Installed"); ?> |
| php-mysql | = __("Installed"); ?> = __("Not Installed"); ?> |
| php-mbstring | = __("Installed"); ?> = __("Not Installed"); ?> |
| php-xml | = __("Installed"); ?> = __("Not Installed"); ?> |
| php-zip | = __("Installed"); ?> = __("Not Installed"); ?> |
= __("Settings"); ?>
| max_execution_time | ' . $max_execution_time . ' s'; ?> | = $max_execution_time) { ?> |
| max_upload_file_size | ' . $max_upload_file_size . 'M'; ?> | = ($max_upload_file_size * 1024 * 1024)) { // compare with given value in bytes ?> |
| post_max_size | ' . $post_max_size . 'M'; ?> | = ($post_max_size * 1024 * 1024)) { // compare with given value in bytes ?> |
| memory_limit | ' . $memory_limit . 'M'; ?> | = ($memory_limit * 1024 * 1024)) { // compare with given value in bytes ?> |
| allow_url_fopen | On | On Off |
| = __("File"); ?> | = __("Last update"); ?> | |
|---|---|---|
| = __("DXCC update from Club Log"); ?> | last_run ?? 'never'; ?> | = __("Update"); ?> |
| = __("DOK file download"); ?> | last_run ?? 'never'; ?> | = __("Update"); ?> |
| = __("LoTW users download"); ?> | last_run ?? 'never'; ?> | = __("Update"); ?> |
| = __("POTA file download"); ?> | last_run ?? 'never'; ?> | = __("Update"); ?> |
| = __("SCP file download"); ?> | last_run ?? 'never'; ?> | = __("Update"); ?> |
| = __("SOTA file download"); ?> | last_run ?? 'never'; ?> | = __("Update"); ?> |
| = __("WWFF file download"); ?> | last_run ?? 'never'; ?> | = __("Update"); ?> |
| = __("Date"); ?> | = __("Time"); ?> | = __("Call"); ?> | = __("Mode"); ?> | = __("Band"); ?> | = __("Station Callsign"); ?> | |
|---|---|---|---|---|---|---|
| '; $timestamp = strtotime($qso->COL_TIME_ON); echo ' | ' . date($custom_date_format, $timestamp) . ' | '; $timestamp = strtotime($qso->COL_TIME_ON); echo '' . date('H:i', $timestamp) . ' | '; echo '' . $qso->COL_CALL . ' | '; echo '' . $qso->COL_MODE . ' | '; echo '' . $qso->COL_BAND . ' | '; echo '' . $qso->COL_STATION_CALLSIGN . ' | '; echo '
= __("Please mark QSOs and reassign them to an existing station location:"); ?>
| = __("Call"); ?> | = _pgettext("Stationlocation", "Target Location"); ?> | = __("Reassign"); ?> | ' . $call['COL_STATION_CALLSIGN'] . ' | '; } ?> |
|---|