Added Debug report under settings currently only reports Database structure differences between Git Master Repo db.sql and current database structure of the installed instance

This commit is contained in:
johnnyq
2023-05-31 12:43:12 -04:00
parent 689c52ae3e
commit eb99807214
3 changed files with 143 additions and 4 deletions

View File

@@ -204,6 +204,13 @@
</a>
</li>
<li class="nav-item">
<a href="settings_debug.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "settings_debug.php") { echo "active"; } ?>">
<i class="nav-icon fa fa-bug"></i>
<p>Debug</p>
</a>
</li>
<li class="nav-item">
<a href="logs.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "logs.php") { echo "active"; } ?>">
<i class="nav-icon far fa-eye"></i>