aboutsummaryrefslogtreecommitdiff
path: root/includes/stats/refresh.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/stats/refresh.php')
-rw-r--r--includes/stats/refresh.php4
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));