diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-04-08 16:34:43 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-04-08 16:34:43 +0200 |
commit | 2ae17d6caf1650f76b585290d476bce4fe08a6fe (patch) | |
tree | 3624966ffc91a3d7ecd8d9115d1eda74419c7905 | |
parent | 9ad5c577f5f02c723e39d63963e04dbbbfabacf8 (diff) | |
parent | ebbedf29e0adc693a7a12f26976cf53b27ea72b4 (diff) | |
download | forums-2ae17d6caf1650f76b585290d476bce4fe08a6fe.tar forums-2ae17d6caf1650f76b585290d476bce4fe08a6fe.tar.gz forums-2ae17d6caf1650f76b585290d476bce4fe08a6fe.tar.bz2 forums-2ae17d6caf1650f76b585290d476bce4fe08a6fe.tar.xz forums-2ae17d6caf1650f76b585290d476bce4fe08a6fe.zip |
Merge pull request #4283 from DavidIQ/ticket/14587
[ticket/14587] Remove sectionGroup from web.config
* DavidIQ/ticket/14587:
[ticket/14587] Remove sectionGroup from web.config
-rw-r--r-- | phpBB/web.config | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/phpBB/web.config b/phpBB/web.config index c7a1240453..99a1fe6023 100644 --- a/phpBB/web.config +++ b/phpBB/web.config @@ -1,12 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <configuration> - <configSections> - <sectionGroup name="system.webServer" > - <sectionGroup name="rewrite"> - <section name="rules" overrideModeDefault="Allow" /> - </sectionGroup> - </sectionGroup> - </configSections> <system.webServer> <rewrite> <rules> |