diff --git a/settings_debug.php b/settings_debug.php
index de22ac9c..b87cb770 100644
--- a/settings_debug.php
+++ b/settings_debug.php
@@ -188,66 +188,105 @@ $webServer = $_SERVER['SERVER_SOFTWARE'];
-
-
Database Structure Check
-
-
-
+
-
Database stats
-
- ";
- echo "Total number of fields: " . $numFields . "
";
- echo "Total number of rows: " . $numRows . "
";
- ?>
-
-
-
-
PHP Modules Installed
-
- ";
- }
- ?>
+
+
+
+
+
+
-
-
- Versions
-
- ";
- echo "MySQL Version: " . $mysqlVersion . "
";
- echo "Operating System: " . $operatingSystem . "
";
- echo "Web Server: " . $webServer;
+
+
+
-
- ?>
+
+
+
+
+
+ ";
+ echo "Total number of fields: " . $numFields . "
";
+ echo "Total number of rows: " . $numRows . "
";
+ ?>
+
+
+
+
-
+
+
+
+
+
+ ";
+ echo "MySQL Version: " . $mysqlVersion . "
";
+ echo "Operating System: " . $operatingSystem . "
";
+ echo "Web Server: " . $webServer;
-
File System
-
- $totalFiles = $result['count'];
- $totalSizeMB = round($result['size'] / (1024 * 1024), 2);
+
+
+
- echo "Total number of files in $folderPath and its subdirectories: " . $totalFiles . "
";
- echo "Total size of files in $folderPath and its subdirectories: " . $totalSizeMB . " MB";
- ?>
+
+
+
+
-
+ ";
+ echo "Total size of files in $folderPath and its subdirectories: " . $totalSizeMB . " MB";
+ ?>
+
+
+
+
+
+
+
+
+
+
+
+ ";
+ }
+ ?>
+
+
+
+
+
+