summaryrefslogtreecommitdiff
path: root/pages/front.inc
diff options
context:
space:
mode:
authorRaindropsSys <raindrops@equestria.dev>2024-01-13 16:12:11 +0100
committerRaindropsSys <raindrops@equestria.dev>2024-01-13 16:12:11 +0100
commit2b192b3840ac344c456b98304ea400f0af90da15 (patch)
tree081ba8cbc0add17f08c9b94fb4a830834d87c259 /pages/front.inc
parent2bfdb0ab2e366007269d1b77446f1581801e05dc (diff)
downloadpluralconnect-2b192b3840ac344c456b98304ea400f0af90da15.tar.gz
pluralconnect-2b192b3840ac344c456b98304ea400f0af90da15.tar.bz2
pluralconnect-2b192b3840ac344c456b98304ea400f0af90da15.zip
Updated 46 files and deleted 19 files (automated)
Diffstat (limited to 'pages/front.inc')
-rw-r--r--pages/front.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/pages/front.inc b/pages/front.inc
index 73f193c..ad38a14 100644
--- a/pages/front.inc
+++ b/pages/front.inc
@@ -3,8 +3,8 @@
$parts = explode("/", $_GET["_"]);
if (isset($parts[2])) {
- if ($parts[2] === "cloudburst") {
- $fronters = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/ynmuc/fronters.json"), true);
+ if ($parts[2] === "moonglow") {
+ $fronters = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/hrbom/fronters.json"), true);
} elseif ($parts[2] === "raindrops") {
$fronters = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/gdapd/fronters.json"), true);
} else {
@@ -16,8 +16,8 @@ if (isset($parts[2])) {
header("Location: /" . $fronters["members"][0]["name"]);
die();
} else {
- if ($parts[2] === "cloudburst") {
- header("Location: /cloudburst");
+ if ($parts[2] === "moonglow") {
+ header("Location: /moonglow");
} else {
header("Location: /raindrops");
}