This repository has been archived on 2025-06-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
server/onyx/include/admin/export_users.php
2013-11-08 19:15:51 +01:00

9 lines
154 B
PHP

<?php
if(!defined('ONYX')) exit;
header("Content-type: application/xml");
$template->assign("teams", Team::get_teams());
return "admin/export_teams";