diff --git a/admin/fair_stats.php b/admin/fair_stats.php index 106c51dc..8d5ff95c 100644 --- a/admin/fair_stats.php +++ b/admin/fair_stats.php @@ -504,29 +504,9 @@ echo "
"; echo "
"; - /* Format XML output, and print it, last chance for the user to edit it */ -/* - $xml = stats_to_xml($fair, $stats); - - echo '
'; - echo "

".i18n("The following data will be sent to")." {$fair['name']}

"; - echo "
"; - echo ""; - echo ""; - echo ""; - echo "
"; - echo "
"; - echo ""; - echo "
"; -*/ - - echo "
";
- print_r($fair);
- print_r($server_config);
- print_r($stats);
- echo "
"; +debug_("Fair Info: ".print_r($fair, true)); +debug_("Server Config: ".print_r($server_config, true)); +debug_("Stats: ".print_r($stats, true)); send_footer(); ?>