Removed web.config

This commit is contained in:
Alexander Liljengård 2016-06-01 09:42:49 +02:00
parent 9df89205af
commit 3aceb69215

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<handlers>
<remove name="PHP_via_FastCGI" />
<remove name="PHP-ISAPI" />
<remove name="PHP 5" />
<add name="PHP" path="*.php" verb="*" modules="CgiModule" scriptProcessor="C:\Program Files (x86)\PHP\php-cgi.exe" resourceType="Unspecified" preCondition="bitness32" />
</handlers>
</system.webServer>
</configuration>