forked from science-ation/science-ation
Remvove the data dump at the bottom of the send stats
This commit is contained in:
parent
09f1984987
commit
cf19eacd43
@ -504,29 +504,9 @@
|
||||
echo "<br />";
|
||||
echo "<br />";
|
||||
|
||||
/* Format XML output, and print it, last chance for the user to edit it */
|
||||
/*
|
||||
$xml = stats_to_xml($fair, $stats);
|
||||
|
||||
echo '<hr />';
|
||||
echo "<h3>".i18n("The following data will be sent to")." {$fair['name']}</h3>";
|
||||
echo "<form method=\"post\" action=\"$PHPSELF\">";
|
||||
echo "<input type=\"hidden\" name=\"action\" value=\"sendstats\">";
|
||||
echo "<input type=\"hidden\" name=\"id\" value=\"$fairs_id\">";
|
||||
echo "<textarea rows=\"15\" cols=\"80\" name=\"xml\">";
|
||||
echo $xml;
|
||||
echo "</textarea>";
|
||||
echo "<br />";
|
||||
echo "<br />";
|
||||
echo "<input type=\"submit\" value=\"".i18n("Send stats to")." {$fair['name']}\">";
|
||||
echo "</form>";
|
||||
*/
|
||||
|
||||
echo "<hr /><pre>";
|
||||
print_r($fair);
|
||||
print_r($server_config);
|
||||
print_r($stats);
|
||||
echo "</pre>";
|
||||
debug_("Fair Info: ".print_r($fair, true));
|
||||
debug_("Server Config: ".print_r($server_config, true));
|
||||
debug_("Stats: ".print_r($stats, true));
|
||||
|
||||
send_footer();
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user