htdocs/datafile.php
author Dan
Sat, 15 Nov 2008 14:59:51 -0500
changeset 19 eb92dc5d9fb4
parent 8 0acb8d9a3194
child 20 e2f6e3af9959
permissions -rw-r--r--
Can't believe I never put graphs.php in there.

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

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