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.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
include $_SERVER['DOCUMENT_ROOT']."/include/constants.inc.php";
|
||||
include $_SERVER['DOCUMENT_ROOT']."/include/db_connect.inc.php";
|
||||
include $_SERVER['DOCUMENT_ROOT']."/../../include/db_connect.inc.php";
|
||||
include $_SERVER['DOCUMENT_ROOT']."/include/function.inc.php";
|
||||
include $_SERVER['DOCUMENT_ROOT']."/include/modal_wait.html";
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user