From 5c7ea9f3fc4b033d7930c83ca18f196f3c768bab Mon Sep 17 00:00:00 2001 From: e025532 Date: Tue, 29 Jul 2025 14:02:06 +0200 Subject: [PATCH] Remove unused PHP files related to Hyper-V and Storage dashboards - Deleted `cluster-detail2.php`, `constants.inc copy.php`, `D.php`, and `Dashboard2.php`. These files were no longer in use and contributed to unnecessary clutter in the codebase. - Cleaned up references to removed files. --- .idea/deployment.xml | 14 + .idea/jsLibraryMappings.xml | 6 + .idea/php.xml | 7 +- .idea/sqldialects.xml | 1 - .idea/web-infra-reports.iml | 2 + .idea/webResources.xml | 14 + AD/GroupReview.php | 75 +- AD/GroupSearch.php | 114 +- Hyper-V/Legacy-VMList.php | 194 +- Hyper-V/Migration.php | 277 +- Hyper-V/SYN-VMList.php | 252 +- Hyper-V/VMs-Backups.php | 53 +- Hyper-V/VMs-Backups2.php | 246 - Hyper-V/cluster-detail.php | 293 +- Hyper-V/cluster-detail2.php | 209 - Hyper-V/clusters.php | 166 +- Inventory/Server-Detail.php | 44 +- Inventory/Z_data_aix.php | 12 +- Inventory/Z_data_linux.php | 12 +- Inventory/Z_data_windows.php | 11 +- Inventory/fillchart.js | 161 +- Inventory/fillchart.js.old | 98 + Inventory/fillchart2.js | 139 - Inventory/search_servers.php | 8 +- Rollups/Rollup-Calendar.php | 179 +- Shared-Folders/HomeDirectories.php | 281 +- Shared-Folders/eqp-prj.php | 159 +- Storage/D.php | 194 - Storage/Dashboard.php | 615 +- Storage/Dashboard2.php | 485 -- Storage/OrphanLUNs.php | 113 +- Storage/test.php | 41 - X/AutoremediationLog.php | 135 +- X/StdOut-detail.php | 181 +- X/StdOut.php | 92 +- X/sva-scu.php | 171 +- crossover/Detail.php | 8 +- crossover/Detail2.php | 7 +- crossover/GlobalCrossover - Copie.php | 537 -- crossover/GlobalCrossover.php | 477 +- crossover/GlobalCrossover2.php | 448 - dashboard/AD-Detail.php | 166 +- dashboard/EPO-Detail.php | 123 +- dashboard/GLPI-Detail.php | 183 +- dashboard/NBU-Detail.php | 142 +- dashboard/Nessus-Detail.php | 123 +- dashboard/S1-Detail.php | 135 +- dashboard/SCCM-Detail.php | 140 +- health.html | 1 + include/all.php | 4 +- include/constants.inc copy.php | 15 - include/constants.inc.php | 3 - include/db_connect.inc.php | 189 - include/db_connect.php | 41 - include/function.inc copy.php | 37 - include/preloader.inc copy.html | 15 - include/test.php | 46 + index.php | 50 +- js/jquery-3.6.1.js | 10909 ++++++++++++++++++++++++ navbar.html | 43 +- navbar2.html | 137 - reports/Rollup-Calendar.php | 168 - reports/eqp-prj.php | 157 +- reports/heartbeat.php | 147 +- reports/sva-scu.php | 25 +- search_servers.php | 24 - tickets/index.php | 297 - tickets/list.php | 198 - web.config | 15 + workstation/GlobalCrossover.php | 336 +- 70 files changed, 14141 insertions(+), 6259 deletions(-) create mode 100644 .idea/deployment.xml create mode 100644 .idea/jsLibraryMappings.xml create mode 100644 .idea/webResources.xml delete mode 100644 Hyper-V/VMs-Backups2.php delete mode 100644 Hyper-V/cluster-detail2.php create mode 100644 Inventory/fillchart.js.old delete mode 100644 Inventory/fillchart2.js delete mode 100644 Storage/D.php delete mode 100644 Storage/Dashboard2.php delete mode 100644 Storage/test.php delete mode 100644 crossover/GlobalCrossover - Copie.php delete mode 100644 crossover/GlobalCrossover2.php create mode 100644 health.html delete mode 100644 include/constants.inc copy.php delete mode 100644 include/db_connect.inc.php delete mode 100644 include/db_connect.php delete mode 100644 include/function.inc copy.php delete mode 100644 include/preloader.inc copy.html create mode 100644 include/test.php create mode 100644 js/jquery-3.6.1.js delete mode 100644 navbar2.html delete mode 100644 reports/Rollup-Calendar.php delete mode 100644 search_servers.php delete mode 100644 tickets/index.php delete mode 100644 tickets/list.php create mode 100644 web.config diff --git a/.idea/deployment.xml b/.idea/deployment.xml new file mode 100644 index 0000000..64fd106 --- /dev/null +++ b/.idea/deployment.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/jsLibraryMappings.xml b/.idea/jsLibraryMappings.xml new file mode 100644 index 0000000..afac610 --- /dev/null +++ b/.idea/jsLibraryMappings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml index 8e445c2..6b2dd87 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -10,7 +10,12 @@