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'];

Debug

- -

Database Structure Check

- - -
+
-

Database stats

- - "; - echo "Total number of fields: " . $numFields . "
"; - echo "Total number of rows: " . $numRows . "
"; - ?> - -
- -

PHP Modules Installed

- - "; - } - ?> +
+
+
+

Database Structure Check

+
+
+ + -
- -

Versions

- - "; - echo "MySQL Version: " . $mysqlVersion . "
"; - echo "Operating System: " . $operatingSystem . "
"; - echo "Web Server: " . $webServer; +
+
+
- - ?> +
+
+
+

Database Statistics

+
+
+ + "; + echo "Total number of fields: " . $numFields . "
"; + echo "Total number of rows: " . $numRows . "
"; + ?> + +
+
+
-
+
+
+
+

Versions Check

+
+
+ + "; + 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"; - ?> +
+
+
+

File system Check

+
+
-
+ "; + echo "Total size of files in $folderPath and its subdirectories: " . $totalSizeMB . " MB"; + ?> + + +
+
+
+ +
+
+
+

PHP Modules Installed

+
+
+ + "; + } + ?> + +
+
+
+ +