Skip to content

Commit

Permalink
Create web.config
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed Oct 18, 2022
1 parent 13e5353 commit b962812
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions administrator/logs/web.config
@@ -0,0 +1,8 @@
<?xml version="1.0"?>
<configuration>
<system.web>
<authorization>
<deny users="*" />
</authorization>
</system.web>
</configuration>

0 comments on commit b962812

Please sign in to comment.