|
|
|
|
|
by krapp
4402 days ago
|
|
One of the benefits of using a url router is access control - you could have a problem with just letting every file be executable by url, especially if you happen to have a remote file inclusion issue anywhere. With a router you know explicitly what can get invoked and what can't. Although, doing it without a router is probably always going to be faster. |
|