cms/libraries/web.config

8 lines
183 B
Plaintext
Raw Permalink Normal View History

2022-05-24 06:59:17 +00:00
<?xml version="1.0"?>
<configuration>
<system.web>
<authorization>
<deny users="*" />
</authorization>
</system.web>
</configuration>