Update index.php
This commit is contained in:
26
index.php
26
index.php
@@ -591,25 +591,25 @@ try {
|
||||
<div class="mk-sidebar-title">Navigation</div>
|
||||
<ul class="mk-nav">
|
||||
<li class="mk-nav-item">
|
||||
<a href="#" class="mk-nav-link active">
|
||||
<a href="https://med.mediakor.com/index.php/" class="mk-nav-link active">
|
||||
<span class="mk-dot"></span>
|
||||
<div>
|
||||
<strong>Dashboard</strong><br>
|
||||
<small>Core Hub</small>
|
||||
<strong>Medievalkor</strong><br>
|
||||
<small>Web RPG</small>
|
||||
</div>
|
||||
</a>
|
||||
</li>
|
||||
<li class="mk-nav-item">
|
||||
<a href="#services" class="mk-nav-link">
|
||||
<a href="https://plex.mediakor.com/" class="mk-nav-link">
|
||||
<span class="mk-dot"></span>
|
||||
<div>
|
||||
<strong>Services</strong><br>
|
||||
<small>Game & Web</small>
|
||||
<strong>Media Server</strong><br>
|
||||
<small>Plex for enjoyment needs</small>
|
||||
</div>
|
||||
</a>
|
||||
</li>
|
||||
<li class="mk-nav-item">
|
||||
<a href="#status" class="mk-nav-link">
|
||||
<a href="https://moni.mediakor.com/" class="mk-nav-link">
|
||||
<span class="mk-dot"></span>
|
||||
<div>
|
||||
<strong>Status Panel</strong><br>
|
||||
@@ -618,7 +618,7 @@ try {
|
||||
</a>
|
||||
</li>
|
||||
<li class="mk-nav-item">
|
||||
<a href="#docs" class="mk-nav-link">
|
||||
<a href="https://wiki.mediakor.com/" class="mk-nav-link">
|
||||
<span class="mk-dot"></span>
|
||||
<div>
|
||||
<strong>Documentation</strong><br>
|
||||
@@ -627,11 +627,11 @@ try {
|
||||
</a>
|
||||
</li>
|
||||
<li class="mk-nav-item">
|
||||
<a href="#contact" class="mk-nav-link">
|
||||
<a href="https://emu.mediakor.com/" class="mk-nav-link">
|
||||
<span class="mk-dot"></span>
|
||||
<div>
|
||||
<strong>Contact</strong><br>
|
||||
<small>Reach Ops</small>
|
||||
<strong>Emulator</strong><br>
|
||||
<small>Emulator for all they way through PS1</small>
|
||||
</div>
|
||||
</a>
|
||||
</li>
|
||||
@@ -640,9 +640,9 @@ try {
|
||||
<div class="mk-sidebar-footer">
|
||||
<div class="mk-tag">
|
||||
<span></span>
|
||||
<span>Sector: Outer Net</span>
|
||||
<span>Database online.</span>
|
||||
</div>
|
||||
<span>All traffic through Mediakor is monitored for anomalies and uptime.</span>
|
||||
<span>Feel free to reach out with any inquiries. atlaskor@mediakor.com</span>
|
||||
<?php if ($dbError): ?>
|
||||
<span style="color:#f97373;margin-top:4px;">DB status: offline (showing fallback posts)</span>
|
||||
<?php endif; ?>
|
||||
|
||||
Reference in New Issue
Block a user