Blame view

libraries/vendor/web.config 183 Bytes
1 2 3 4 5 6 7 8
<?xml version="1.0"?>
<configuration>
    <system.web>
        <authorization>
            <deny users="*" />              
        </authorization>
    </system.web>
</configuration>