aboutsummaryrefslogtreecommitdiff
path: root/admin/index.php
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-04-12 16:22:44 +0200
committerMinteck <contact@minteck.org>2022-04-12 16:22:44 +0200
commitf5d140a3ef6e34658f6a9a6cc58ee32d01427782 (patch)
tree665bfe2da70c032fc7c8f24def802ae0a8b0bae2 /admin/index.php
parent300ab1d94c7d476a6c87f1d32d1756d8b04e3dbf (diff)
downloadcloudsdale-f5d140a3ef6e34658f6a9a6cc58ee32d01427782.tar.gz
cloudsdale-f5d140a3ef6e34658f6a9a6cc58ee32d01427782.tar.bz2
cloudsdale-f5d140a3ef6e34658f6a9a6cc58ee32d01427782.zip
File uploader
Diffstat (limited to 'admin/index.php')
-rwxr-xr-xadmin/index.php6
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 &#10138;</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>