Hacked By AnonymousFox

Current Path : C:/AppServ/www/mfu/webengine/system-01/
Upload File :
Current File : C:/AppServ/www/mfu/webengine/system-01/exportdata.php

<?
header("Content-type: application/xls");
if ($export_filename<>"") {
	header("Content-Disposition: attachment; filename=".$export_filename.".csv");
} else {
	header("Content-Disposition: attachment; filename=export_data".date("YmdHi").".csv");
}

$export_string = ereg_replace("<br>","\n",stripslashes($export_string));

echo $export_string;
exit();
?>

Hacked By AnonymousFox1.0, Coded By AnonymousFox