htdocs/datafile.php
changeset 8 0acb8d9a3194
child 20 e2f6e3af9959
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/htdocs/datafile.php	Mon Aug 25 12:34:26 2008 -0400
@@ -0,0 +1,6 @@
+<?php
+header('Content-type: application/force-download');
+header('Content-disposition: attachment; filename=stats-data.php');
+
+echo file_get_contents('../stats-data.php');
+