- 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.
16 lines
379 B
XML
16 lines
379 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<configuration>
|
|
<system.webServer>
|
|
<defaultDocument>
|
|
<files>
|
|
|
|
</files>
|
|
</defaultDocument>
|
|
<security>
|
|
<authorization>
|
|
<add accessType="Allow" roles="web-infra-reports" />
|
|
</authorization>
|
|
</security>
|
|
</system.webServer>
|
|
</configuration>
|