PATH:
home
/
sparklp6
/
public_html
/
sparklerfilters-org
/
plugins
/
actionlog
/
akeebabackup
<?xml version="1.0"?> <!-- This only works on IIS 7 or later. See https://www.iis.net/configreference/system.webserver/security/requestfiltering/fileextensions --> <configuration> <system.webServer> <security> <requestFiltering> <fileExtensions allowUnlisted="false" > <clear /> <add fileExtension=".html" allowed="true"/> </fileExtensions> </requestFiltering> </security> </system.webServer> </configuration>
[-] .htaccess
[edit]
[-] script.php
[edit]
[-] akeebabackup.php
[edit]
[-] akeebabackup.xml
[edit]
[-] web.config
[edit]
[+]
..