mirror of
https://github.com/furyfire/trueskill.git
synced 2025-01-16 01:47:39 +00:00
12 lines
462 B
XML
12 lines
462 B
XML
<?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>
|