Compare commits

...

2 commits

Author SHA1 Message Date
rottenwheel
06984133cf
Merge pull request #19 from cowingtonpost1/cow2
fix nojs refreshing
2025-03-29 19:28:01 +00:00
Cow
5793ff4c13 fix nojs refreshing 2025-03-27 20:40:33 -07:00

View file

@ -11,8 +11,9 @@ $currentUrl = $protocol . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
$parentUrl = dirname($currentUrl); $parentUrl = dirname($currentUrl);
// Get currency data from JSON // Get currency data from JSON
`php coingecko.php`;
if (!file_exists($COINGECKO_JSON_PATH)) { if (!file_exists($COINGECKO_JSON_PATH)) {
`php coingecko.php`;
sleep(1); sleep(1);
} }