/managers/web.config

http://github.com/gmhawash/SSR · Unknown · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · 7b6cda34eb1ee0320152d174f964d632 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <system.web>
  4. <authorization>
  5. <allow roles="admin,manager" />
  6. </authorization>
  7. </system.web>
  8. </configuration>