mirror of
https://github.com/seigler/neat-charts
synced 2025-07-27 09:26:10 +00:00
separated SVG generation from demo file
This commit is contained in:
parent
2e1cc47437
commit
51500842d7
4 changed files with 170 additions and 168 deletions
|
@ -53,7 +53,7 @@
|
|||
fclose($f);
|
||||
}
|
||||
$last_modified_time = time();
|
||||
$etag = md5_file($file);
|
||||
$etag = md5_file('buffer'.$file);
|
||||
|
||||
// always send headers
|
||||
header("Last-Modified: ".gmdate("D, d M Y H:i:s", $last_modified_time)." GMT");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue