mcmahon Done

This commit is contained in:
2026-05-06 23:38:01 +02:00
parent 805a2fa265
commit 039448f1e3
2 changed files with 3 additions and 2 deletions

View File

@@ -253,6 +253,7 @@ add_action('admin_post_go_form_export_opengotha', 'go_form_export_opengotha');
function go_form_export_mcmahon()
{
global $ranks;
include_once 'export/mcmahon.php';
exit;
}