Skip to content

Commit

Permalink
Merge pull request #111 from Chloe070196/usage_data_download
Browse files Browse the repository at this point in the history
fix: file name typo
  • Loading branch information
Chloe070196 authored Aug 15, 2024
2 parents d1284a6 + f6f8e28 commit 9e0c948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/web/services/Admin/UsageGraphs.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function buildCSV() {
$this->getAndSetInterfaceDataSeries($stat, $instanceName);
$dataSeries = $interface->getVariable('dataSeries');

$filename = "ApsenUsageData_{$stat}.csv";
$filename = "AspenUsageData_{$stat}.csv";
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
Expand Down

0 comments on commit 9e0c948

Please sign in to comment.