File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,9 @@ works exactly like a normal route definition:
8989
9090For more information, see the :ref: `Routes <command-line-only-routes >` page.
9191
92+ .. warning :: If you don't disable auto-routing and place the command file in **app/Controllers**,
93+ anyone could access the command with the help of auto-routing via HTTP.
94+
9295The CLI Library
9396---------------
9497
Original file line number Diff line number Diff line change @@ -348,6 +348,9 @@ available from the command line:
348348.. literalinclude :: routing/028.php
349349 :lines: 2-
350350
351+ .. warning :: If you don't disable auto-routing and place the command file in **app/Controllers**,
352+ anyone could access the command with the help of auto-routing via HTTP.
353+
351354Global Options
352355==============
353356
You can’t perform that action at this time.
0 commit comments