summaryrefslogtreecommitdiff
path: root/includes/functions.inc
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2023-02-25 19:59:31 +0100
committerMinteck <contact@minteck.org>2023-02-25 19:59:31 +0100
commit3d77712a9ab014635c75a33ea0f491bbda6aead3 (patch)
tree616bef5215db4f1d1cea2566079db2a130363e6b /includes/functions.inc
parent15bb1453008237edbc2cb4e82a9eb44db6f99794 (diff)
downloadpluralconnect-3d77712a9ab014635c75a33ea0f491bbda6aead3.tar.gz
pluralconnect-3d77712a9ab014635c75a33ea0f491bbda6aead3.tar.bz2
pluralconnect-3d77712a9ab014635c75a33ea0f491bbda6aead3.zip
Updated 16 files and added 2 files (automated)
Diffstat (limited to 'includes/functions.inc')
-rw-r--r--includes/functions.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/functions.inc b/includes/functions.inc
index 7a6ad5d..1d467a0 100644
--- a/includes/functions.inc
+++ b/includes/functions.inc
@@ -2,6 +2,7 @@
require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/score.inc";
require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/bitset.inc";
+require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/homepage.inc";
if (!function_exists("peh_error")) {
function peh_error($message, $code = 500): void {
@@ -354,6 +355,7 @@ if (!function_exists("cloudburst")) {
}
}
+
if (!function_exists("raindrops")) {
function raindrops(bool $hideTitle): void {
showSystem("gdapd", "Raindrops System", "#a95f08a6", $hideTitle);