diff --git a/settings_debug.php b/settings_debug.php
index b87cb770..bfec5ef8 100644
--- a/settings_debug.php
+++ b/settings_debug.php
@@ -188,105 +188,66 @@ $webServer = $_SERVER['SERVER_SOFTWARE'];
+
+
Database Structure Check
+
+
-
+
-
-
-
-
-
-
+
Database stats
+
+ ";
+ echo "Total number of fields: " . $numFields . "
";
+ echo "Total number of rows: " . $numRows . "
";
+ ?>
+
+
-
-
-
+
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";
+ ?>
-
+
+
PHP Modules Installed
+
+ ";
+ }
+ ?>
- $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";
- ?>
-
-
-
-
-
-
-
-
-
-
-
- ";
- }
- ?>
-
-
-
-
-
-