From 90b16702bb03c8d7115fa0cc6ea8d3aba5863f46 Mon Sep 17 00:00:00 2001 From: Minteck Date: Thu, 5 Jan 2023 22:20:18 +0100 Subject: Update - This is an automated commit --- pages/about.inc | 2 +- pages/byspecies.inc | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++ pages/front.inc | 30 ++++++++++++++++++++++++++++ pages/home.inc | 4 ++++ 4 files changed, 92 insertions(+), 1 deletion(-) create mode 100644 pages/byspecies.inc create mode 100644 pages/front.inc (limited to 'pages') diff --git a/pages/about.inc b/pages/about.inc index 855d9b1..0e0857e 100644 --- a/pages/about.inc +++ b/pages/about.inc @@ -67,7 +67,7 @@ function prettySize($bytes) {

About Cold Haze

- Cold Haze Engine version 2...
+ Cold Haze Engine version 2..
Version date:
Version ID:
Install path:
diff --git a/pages/byspecies.inc b/pages/byspecies.inc new file mode 100644 index 0000000..28f114e --- /dev/null +++ b/pages/byspecies.inc @@ -0,0 +1,57 @@ + +

+
+ () +
+ +
+ 0): ?> + ">" style="width:24px;"> ,
'); $index++; endforeach; ?> + - +
+
+ + +
+
+

+ + + + + + + + + +
+ + \ No newline at end of file diff --git a/pages/front.inc b/pages/front.inc new file mode 100644 index 0000000..a60be1d --- /dev/null +++ b/pages/front.inc @@ -0,0 +1,30 @@ + 0) { + header("Location: /" . $fronters["members"][0]["name"]); + die(); + } else { + if ($parts[2] === "cloudburst") { + header("Location: /cloudburst"); + } else { + header("Location: /raindrops"); + } + } +} else { + header("Location: /"); + die(); +} \ No newline at end of file diff --git a/pages/home.inc b/pages/home.inc index 7d26e68..d61d467 100644 --- a/pages/home.inc +++ b/pages/home.inc @@ -45,6 +45,10 @@ + +
-- cgit