Admin

Regatta controls
Race status
Count:
Regatta identity
Display & calculation
Feature flags

Advanced

Maintenance
Device data

Reset all recordedcnt values to 0 in the rcvlast table. Forces devices to re-send memory data.

Regatta calculation

Reset calculation for the entire regatta. Deletes all distances_f18 rows (except aborted boats) and all wp_times_f18 entries except the start waypoint.

Log files

Delete log files from the regate directory. error_log is recreated automatically on the next PHP error; calc.log on the next calculation run.

Configuration — read from settings.php
Connection
DB_SERVER localhost
DB_NAME tdarlic_regate
DB_NAME_HISTORY tdarlic_regatehistory
TIME_DIFF_UTC 2
Regatta tables
DB_TABLE_HISTORY regate_list
DB_TABLE rcv
DB_DEVICES devices
DB_CLASSES classes
DB_ADMIN_DATA admin_data
DB_REGATA rcv_f18
DB_WP_TABLE wp_table_f18
DB_DISTANCES_TABLE distances_f18
DB_WP_TIMES wp_times_f18
DB_START_LIST start_list_f18

Auto-copied from /home/tomislav/public_html/regate/src/settings.php on each page load. Edit that file to change these values.