yxj
2022-07-02 a2a2ff05830ca29c15a9d2d9e3dc4ed27145e1f0
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0"?>
<configuration>
 
  <location path="Manage.aspx">
    <system.web>
      <authorization>
        <deny users="?"/>
      </authorization>
    </system.web>
  </location>
 
</configuration>