mirror of
https://github.com/rottenwheel/moner.ooo.git
synced 2025-04-03 04:49:02 +00:00
commit
06984133cf
1 changed files with 2 additions and 1 deletions
|
@ -11,8 +11,9 @@ $currentUrl = $protocol . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
|
|||
$parentUrl = dirname($currentUrl);
|
||||
|
||||
// Get currency data from JSON
|
||||
`php coingecko.php`;
|
||||
|
||||
if (!file_exists($COINGECKO_JSON_PATH)) {
|
||||
`php coingecko.php`;
|
||||
sleep(1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue