diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2014-03-28 11:38:03 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2014-03-28 11:38:03 +0000 |
| commit | 45d871d823bb8002e749e32d75eb1b2fd43353d5 (patch) | |
| tree | bbfdf29b1db497744743393df1bb4162c8969345 /export.php | |
| parent | d6a0161d4cca9a2be44acdee179f634354d854d4 (diff) | |
Fixed path for CSV export file
Diffstat (limited to 'export.php')
| -rw-r--r-- | export.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ $dbh = new PDO('mysql:host=localhost;dbname=mdcc', 'mdcc', 'Mdcc.'); -$filename = '/var/www/mdcc/csv_exports/mdcc_export.csv'; +$filename = '/var/www/dighelaw.com/www/mdcc/csv_exports/mdcc_export.csv'; header('Content-Type: text/csv'); header("Content-Disposition: attachment; filename={$filename}"); |
