mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Operation Cleanup Round 4 - Remove config_base_url from settings table in db. This should be in your config.php now, if this is not added this can break things
This commit is contained in:
@@ -39,13 +39,6 @@
|
||||
</li>
|
||||
|
||||
<li class="nav-header mt-2">SETTINGS</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a href="settings-general.php" class="nav-link <?php if(basename($_SERVER["PHP_SELF"]) == "settings-general.php") { echo "active"; } ?>">
|
||||
<i class="nav-icon fas fa-cog"></i>
|
||||
<p>General</p>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link <?php if(basename($_SERVER["PHP_SELF"]) == "settings-mail.php") { echo "active"; } ?>"
|
||||
|
||||
Reference in New Issue
Block a user