opengotha

This commit is contained in:
2026-05-06 22:57:20 +02:00
parent be14a2944d
commit bf7b8993e7
3 changed files with 62 additions and 37 deletions

View File

@@ -245,7 +245,8 @@ add_action('admin_post_go_form_export_pairgoth', 'go_form_export_pairgoth');
function go_form_export_opengotha()
{
include_once 'export/opengoth.php';
global $ranks;
include_once 'export/opengotha.php';
exit;
}
add_action('admin_post_go_form_export_opengotha', 'go_form_export_opengotha');