Removed files by security scan

Change-Id: I242c3562ee188f19793c2383e191525ac68eed66
Signed-off-by: smarcet <smarcet@gmail.com>
This commit is contained in:
smarcet 2021-05-12 11:01:09 -03:00
parent 5713080653
commit ee47df943e
2 changed files with 2 additions and 24 deletions

3
.gitignore vendored
View File

@ -40,4 +40,5 @@ _intellij_phpdebug_validator.php
/public/assets/moment
routes.txt
model.sql
.phpunit.result.cache
.phpunit.result.cache
!/public/web.config

View File

@ -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>