diff options
author | RaindropsSys <raindrops@equestria.dev> | 2023-12-17 12:23:19 +0100 |
---|---|---|
committer | RaindropsSys <raindrops@equestria.dev> | 2023-12-17 12:23:19 +0100 |
commit | 31fed783e82dd065c71b234ba08ece596a081f05 (patch) | |
tree | 9cda68ddf5b5beb9d81b0d708dfe9ed15b42945a /pages/alerts.inc | |
parent | 1e5d2072fb4e257e82e2a97b4fb62e5b553b8e6d (diff) | |
download | pluralconnect-31fed783e82dd065c71b234ba08ece596a081f05.tar.gz pluralconnect-31fed783e82dd065c71b234ba08ece596a081f05.tar.bz2 pluralconnect-31fed783e82dd065c71b234ba08ece596a081f05.zip |
Updated 15 files and deleted 3 files (automated)
Diffstat (limited to 'pages/alerts.inc')
-rw-r--r-- | pages/alerts.inc | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/pages/alerts.inc b/pages/alerts.inc index ec6c988..46d514d 100644 --- a/pages/alerts.inc +++ b/pages/alerts.inc @@ -2,6 +2,7 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/init.inc"; global $title; global $isLoggedIn; global $lang; global $pages; global $_PROFILE; global $isLowerLoggedIn; +if ($_PROFILE["login"] === "cloudburst") die(); require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/components/header.inc'; ?> <br> @@ -24,11 +25,7 @@ require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/components/header.inc'; ?> }, 1000); </script><?php endif; ?> </a> - <?php if (!$isLowerLoggedIn): ?> - <a href="/-/wakeup" class="list-group-item list-group-item-action" style="display: grid; grid-template-columns: max-content 1fr;"> - <img src="<?= icon('wakeup', null, true) ?>" style="margin-right: 5px; height: 24px; width: 24px;"><div style="display: flex; align-items: center; color: var(--bs-body-color);">Wake-up alert</div> - </a> - <?php endif; if ($_PROFILE["login"] !== "Moonwind"): ?> + <?php if ($isLowerLoggedIn || $_PROFILE["login"] === "raindrops"): ?> <a href="/-/pleasure" class="list-group-item list-group-item-action" style="display: grid; grid-template-columns: max-content 1fr;"> <img src="<?= icon('pleasure', null, true) ?>" style="margin-right: 5px; height: 24px; width: 24px;"><div style="display: flex; align-items: center; color: var(--bs-body-color);">Pleasure alert</div> </a> |