htdocs/datafile.php
author Dan
Sun, 12 Oct 2008 00:31:56 -0400
changeset 17 b07b23187b17
parent 8 0acb8d9a3194
child 20 e2f6e3af9959
permissions -rw-r--r--
OK, *now* it should actually cycle the data once a day

<?php
header('Content-type: application/force-download');
header('Content-disposition: attachment; filename=stats-data.php');

echo file_get_contents('../stats-data.php');