diff options
Diffstat (limited to 'admin/index.php')
-rwxr-xr-x | admin/index.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/index.php b/admin/index.php index 7722af8..942db44 100755 --- a/admin/index.php +++ b/admin/index.php @@ -19,7 +19,7 @@ <div class="card"> <div class="card-body"> <h4 class="card-title">File Uploader</h4> - <p class="card-text">Encrypted, secure and fast file uploader.</p> + <p class="card-text">Extensible, secure and fast file uploader.</p> <a href="/admin/uploads" class="btn btn-primary disabled">Manage</a> </div> </div> @@ -56,13 +56,13 @@ <div class="card-body"> <h4 class="card-title">Software Updates</h4> <p class="card-text">Ensure this version of the website is up-to-date.</p> - <a href="/admin/updates" class="btn btn-primary disabled">Manage</a> + <a href="https://ci.minteck.org/project/CloudburstSystemSWebsite?mode=builds" class="btn btn-primary" target="_blank">Manage ➚</a> </div> </div> </div> </div> - <p>This website is managed by <?php $admins = json_decode(file_get_contents($_SERVER["DOCUMENT_ROOT"] . "/data/admins.json"), true); foreach ($admins as $index => $item): ?><b><?= $item ?></b><?php if ($item === $_USER): ?> (you)<?php endif; ?><?php if ($index !== count($admins) - 1): ?><?php if ($index + 1 === count($admins) - 1): ?> and <?php else: ?>, <?php endif; ?><?php endif; ?><?php endforeach; ?> (<a href="/admin/users">edit...</a>) and updated through <a href="https://ci.minteck.org/project/CloudburstSystemSWebsite?mode=builds" target="_blank">Minteck's TeamCity instance</a></p> + <p>This website is managed by <?php $admins = json_decode(file_get_contents($_SERVER["DOCUMENT_ROOT"] . "/data/admins.json"), true); foreach ($admins as $index => $item): ?><b><?= $item ?></b><?php if ($item === $_USER): ?> (you)<?php endif; ?><?php if ($index !== count($admins) - 1): ?><?php if ($index + 1 === count($admins) - 1): ?> and <?php else: ?>, <?php endif; ?><?php endif; ?><?php endforeach; ?> (<a href="/admin/users">edit...</a>)</p> <p class="small text-muted">powered by Pawer Technologies</p> </div> |