Removed files by security scan
Change-Id: I242c3562ee188f19793c2383e191525ac68eed66 Signed-off-by: smarcet <smarcet@gmail.com>
This commit is contained in:
parent
5713080653
commit
ee47df943e
1
.gitignore
vendored
1
.gitignore
vendored
@ -41,3 +41,4 @@ _intellij_phpdebug_validator.php
|
|||||||
routes.txt
|
routes.txt
|
||||||
model.sql
|
model.sql
|
||||||
.phpunit.result.cache
|
.phpunit.result.cache
|
||||||
|
!/public/web.config
|
||||||
|
@ -1,23 +0,0 @@
|
|||||||
<configuration>
|
|
||||||
<system.webServer>
|
|
||||||
<rewrite>
|
|
||||||
<rules>
|
|
||||||
<rule name="Imported Rule 1" stopProcessing="true">
|
|
||||||
<match url="^(.*)/$" ignoreCase="false" />
|
|
||||||
<conditions>
|
|
||||||
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" />
|
|
||||||
</conditions>
|
|
||||||
<action type="Redirect" redirectType="Permanent" url="/{R:1}" />
|
|
||||||
</rule>
|
|
||||||
<rule name="Imported Rule 2" stopProcessing="true">
|
|
||||||
<match url="^" ignoreCase="false" />
|
|
||||||
<conditions>
|
|
||||||
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" />
|
|
||||||
<add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" />
|
|
||||||
</conditions>
|
|
||||||
<action type="Rewrite" url="index.php" />
|
|
||||||
</rule>
|
|
||||||
</rules>
|
|
||||||
</rewrite>
|
|
||||||
</system.webServer>
|
|
||||||
</configuration>
|
|
Loading…
x
Reference in New Issue
Block a user