diff options
author | Minteck <46352972+Minteck@users.noreply.github.com> | 2021-07-27 04:47:58 +0200 |
---|---|---|
committer | Minteck <46352972+Minteck@users.noreply.github.com> | 2021-07-27 04:47:58 +0200 |
commit | b028da9fea70c65ccd52d1d478859739027d756a (patch) | |
tree | f6ad05f4313499ebd84c2afd26320217b18ad04f /includes/stats/refresh.php | |
parent | af9e5ef458b93ef2003905e1ccc5665e7266c242 (diff) | |
download | main-b028da9fea70c65ccd52d1d478859739027d756a.tar.gz main-b028da9fea70c65ccd52d1d478859739027d756a.tar.bz2 main-b028da9fea70c65ccd52d1d478859739027d756a.zip |
Commmmmmit
Diffstat (limited to 'includes/stats/refresh.php')
-rw-r--r-- | includes/stats/refresh.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/stats/refresh.php b/includes/stats/refresh.php index 5499dd3..4ff5487 100644 --- a/includes/stats/refresh.php +++ b/includes/stats/refresh.php @@ -42,11 +42,11 @@ $data["reddit"]["score"] = $last["score"]; // ------------------------------------ // Neutron Releases $neutron = json_decode($api->GitHub("repos/Minteck-Projects/Neutron-Core/releases"), true); -file_put_contents("./gyrate-with-obliqueness.json", json_encode($neutron, JSON_PRETTY_PRINT)); +file_put_contents("./neutron.json", json_encode($neutron, JSON_PRETTY_PRINT)); $neutron = json_decode($api->GitHub("repos/Minteck-Projects/Neutron-Core/tags"), true); file_put_contents("./neutron2.json", json_encode($neutron, JSON_PRETTY_PRINT)); // ------------------------------------ // Dump -var_dump($data);
\ No newline at end of file +file_put_contents("./stats.json", json_encode($data, JSON_PRETTY_PRINT)); |