summaryrefslogtreecommitdiff
path: root/pages/account.inc
diff options
context:
space:
mode:
Diffstat (limited to 'pages/account.inc')
-rw-r--r--pages/account.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/pages/account.inc b/pages/account.inc
index b8fc9f5..216892c 100644
--- a/pages/account.inc
+++ b/pages/account.inc
@@ -1,8 +1,6 @@
<?php
require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/init.inc"; global $title; global $isLoggedIn; global $lang; global $pages;
-require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/util/evening.inc";
-
require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/components/header.inc'; ?>
<br>
@@ -25,7 +23,7 @@ require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/components/header.inc'; ?>
<hr>
<?php $version = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/version.json"), true); ?>
- <p>Cold Haze System Software, build <?= $version["build"] ?>.<?= $version["revision"] ?> · © 2022-<?= date('Y') ?> <a href="https://equestria.dev" target="_blank">Equestria.dev Developers</a></p>
+ <p>Ponycule Software, build <?= $version["build"] ?>.<?= $version["revision"] ?> · © 2022-<?= date('Y') ?> <a href="https://equestria.dev" target="_blank">Equestria.dev Developers</a></p>
</div>
</div>