diff --git a/settings_debug.php b/settings_debug.php index bfec5ef8..4f298430 100644 --- a/settings_debug.php +++ b/settings_debug.php @@ -191,15 +191,6 @@ $webServer = $_SERVER['SERVER_SOFTWARE'];

Database Structure Check

- -

Database stats

@@ -208,10 +199,52 @@ $webServer = $_SERVER['SERVER_SOFTWARE']; echo "Number of tables: " . $numTables . "
"; echo "Total number of fields: " . $numFields . "
"; echo "Total number of rows: " . $numRows . "
"; + echo "Current Database Version: " . CURRENT_DATABASE_VERSION . "
"; ?>
+

Table Stats

+ + + + + + + + + + + + + + + + +
Table NameNumber of FieldsNumber of Rows
+ +
+

Versions