mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
8 lines
219 B
XML
8 lines
219 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<system.web>
|
|
<authorization>
|
|
<deny users="*" /> <!-- Denies all users -->
|
|
</authorization>
|
|
</system.web>
|
|
</configuration> |