summaryrefslogtreecommitdiff
path: root/includes/jobs/PKFronters.php
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-04-24 14:03:36 +0200
committerRaindropsSys <contact@minteck.org>2023-04-24 14:03:36 +0200
commit633c92eae865e957121e08de634aeee11a8b3992 (patch)
tree09d881bee1dae0b6eee49db1dfaf0f500240606c /includes/jobs/PKFronters.php
parentc4657e4509733699c0f26a3c900bab47e915d5a0 (diff)
downloadpluralconnect-633c92eae865e957121e08de634aeee11a8b3992.tar.gz
pluralconnect-633c92eae865e957121e08de634aeee11a8b3992.tar.bz2
pluralconnect-633c92eae865e957121e08de634aeee11a8b3992.zip
Updated 18 files, added 1692 files and deleted includes/system/compare.inc (automated)
Diffstat (limited to 'includes/jobs/PKFronters.php')
-rw-r--r--includes/jobs/PKFronters.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/includes/jobs/PKFronters.php b/includes/jobs/PKFronters.php
index feb7fd3..b1449a9 100644
--- a/includes/jobs/PKFronters.php
+++ b/includes/jobs/PKFronters.php
@@ -36,4 +36,7 @@ if (trim($data) !== "" && $data !== false) {
file_put_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/$system/fronters.json", $data);
} else {
echo("Data is invalid\n");
-} \ No newline at end of file
+}
+
+chdir($_SERVER['DOCUMENT_ROOT'] . "/includes/external/matrix");
+exec("node index.js " . ($system === "gdapd" ? "raindrops" : ($system === "ynmuc" ? "cloudburst" : "other"))); \ No newline at end of file