summaryrefslogtreecommitdiff
path: root/pages/front.inc
diff options
context:
space:
mode:
Diffstat (limited to 'pages/front.inc')
-rw-r--r--pages/front.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/front.inc b/pages/front.inc
index cd4f952..73f193c 100644
--- a/pages/front.inc
+++ b/pages/front.inc
@@ -8,7 +8,7 @@ if (isset($parts[2])) {
} elseif ($parts[2] === "raindrops") {
$fronters = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/gdapd/fronters.json"), true);
} else {
- header("Location: /?error=Invalid argument; got " . $parts[2]);
+ peh_error("Invalid argument; got " . strip_tags($parts[2]), 400);
die();
}
@@ -23,6 +23,6 @@ if (isset($parts[2])) {
}
}
} else {
- header("Location: /?error=Missing operand");
+ peh_error("Missing operand", 400);
die();
} \ No newline at end of file