Skip to content

Commit

Permalink
Remove routes for removed WebProfiler actions
Browse files Browse the repository at this point in the history
The import/export functionality was moved to commands in f38536a, but the routes were not removed.
  • Loading branch information
Briareos authored and fabpot committed Sep 6, 2014
1 parent 1893633 commit 1421449
Showing 1 changed file with 0 additions and 8 deletions.
Expand Up @@ -24,14 +24,6 @@
<default key="_controller">web_profiler.controller.profiler:infoAction</default>
</route>

<route id="_profiler_import" pattern="/import">
<default key="_controller">web_profiler.controller.profiler:importAction</default>
</route>

<route id="_profiler_export" pattern="/export/{token}.txt">
<default key="_controller">web_profiler.controller.profiler:exportAction</default>
</route>

<route id="_profiler_phpinfo" pattern="/phpinfo">
<default key="_controller">web_profiler.controller.profiler:phpinfoAction</default>
</route>
Expand Down

0 comments on commit 1421449

Please sign in to comment.