Merge pull request #381 from wrongecho/api

Show API key section in new admin side navbar
This commit is contained in:
Johnny 2022-02-26 11:13:24 -05:00 committed by GitHub
commit d19aac29c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -112,6 +112,14 @@
</a>
</li>
<li class="nav-item">
<a class="nav-link <?php if(basename($_SERVER["PHP_SELF"]) == "settings-api.php") { echo "active"; } ?>"
href="settings-api.php">
<i class="nav-icon fas fa-key"></i>
<p>API</p>
</a>
</li>
<li class="nav-header mt-3">MORE SETTINGS</li>
<li class="nav-item">