From b028da9fea70c65ccd52d1d478859739027d756a Mon Sep 17 00:00:00 2001 From: Minteck <46352972+Minteck@users.noreply.github.com> Date: Tue, 27 Jul 2021 04:47:58 +0200 Subject: Commmmmmit --- includes/stats/refresh.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/stats/refresh.php') 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)); -- cgit