FSR XAseco record exporter
==========================

Install:
1. Copy plugin.fsr.php into your XAseco plugins/ folder.
2. Copy config.fsr.xml into the SAME plugins/ folder.
3. Add <plugin>plugin.fsr.php</plugin> to xaseco.xml / plugins.xml.
4. Generate an API key in FSR Admin -> Integrations -> Plugin / API access.
5. Put your site root + key into config.fsr.xml.

Config example for legacy XAseco without HTTPS support:
<api_url>http://fullspeedrewind.com</api_url>

Do NOT add /api/ingest/records to api_url. The plugin appends it automatically.

This version sends mapUid, mapName, mapAuthor, environment and records. FSR stores them in independent plugin leaderboards using plugin_maps + plugin_records, not the normal FSR maps/records database.
