Files
faveo/public/filemanager/userfiles/web.config
Bhanu Slathia c710c20b9e Update v1.0.6
2016-02-16 23:22:09 +05:30

8 lines
202 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<!--Disallow script execution for uploaded files-->
<handlers accessPolicy="Read" />
</system.webServer>
</configuration>