diff options
author | Minteck <nekostarfan@gmail.com> | 2021-08-04 16:56:12 +0200 |
---|---|---|
committer | Minteck <nekostarfan@gmail.com> | 2021-08-04 16:56:12 +0200 |
commit | 896fa7c96856142f844d958b049d5432f511641c (patch) | |
tree | d8bbbe327939ade9bd13276c6b4c6105adf95323 /_site/admin/index.php | |
parent | 7df2fb3f5ee0ac5bd89e127c86ad0c2d6de126d1 (diff) | |
download | unchainedtech-896fa7c96856142f844d958b049d5432f511641c.tar.gz unchainedtech-896fa7c96856142f844d958b049d5432f511641c.tar.bz2 unchainedtech-896fa7c96856142f844d958b049d5432f511641c.zip |
v2.0
Diffstat (limited to '_site/admin/index.php')
-rw-r--r-- | _site/admin/index.php | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/_site/admin/index.php b/_site/admin/index.php index 4697dfd..7d396bb 100644 --- a/_site/admin/index.php +++ b/_site/admin/index.php @@ -1,15 +1,15 @@ -<?php $__ADMIN = true; $_TITLE = "UnchainedTech Administration"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/dom/header.php"; ?> - -<div class="container" style="margin-top:30px;text-align: center;"> - <h2>Welcome back <?= $_USER ?>!</h2> - <p>You now have access to all unpublished blog articles, except on the RSS feed.</p> -</div> - -<div class="container"> - <h3>Tasks</h3> - <ul class="list-group"> - <a class="list-group-item list-group-item-action" href="/admin/status">Data Sync Status</a> - </ul> -</div> - +<?php $__ADMIN = true; $_TITLE = "UnchainedTech Administration"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/dom/header.php"; ?>
+
+<div class="container" style="margin-top:30px;text-align: center;">
+ <h2>Welcome back!</h2>
+ <p>You now have access to all unpublished blog articles, except on the RSS feed.</p>
+</div>
+
+<div class="container">
+ <h3>Tasks</h3>
+ <ul class="list-group">
+ <a class="list-group-item list-group-item-action" href="/admin/status">Data Sync Status</a>
+ </ul>
+</div>
+
<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/dom/footer.php"; ?>
\ No newline at end of file |