Routing
(none)
Matched route
Route Matching Logs
Path to match:
/info.php
# | Route name | Path | Log |
---|---|---|---|
1 | browse_center | /center/browse/{page} | Path does not match |
2 | edit_center | /center/edit/{center_id} | Path does not match |
3 | browse_fridge | /fridge/browse/{page} | Path does not match |
4 | edit_fridge | /fridge/edit/{fridge_id} | Path does not match |
5 | view_fridge_products | /fridge/products/{fridge_id} | Path does not match |
6 | app_login | /login | Path does not match |
7 | home | / | Path does not match |
8 | browse_movement | /movement/browse/{center_id}/{page} | Path does not match |
9 | edit_movement | /movement/edit/{center_id}/{movement_id} | Path does not match |
10 | edit_movement_stocks | /movement/edit-stocks/{center_id}/{movement_id} | Path does not match |
11 | browse_order | /order/browse/{page} | Path does not match |
12 | edit_order | /order/edit/{date} | Path does not match |
13 | send_fridge | /order/send/{date} | Path does not match |
14 | browse_picklist | /picklist/browse/{fridge_id}/{page} | Path does not match |
15 | edit_picklist | /picklist/edit/{picklist_id} | Path does not match |
16 | generate_picklist | /picklist/generate/{fridge_id}/{date} | Path does not match |
17 | browse_product_type | /product-type/browse/{page} | Path does not match |
18 | edit_product_type | /product-type/edit/{product_type_id} | Path does not match |
19 | product_type_autocomplete | /product-type/autocomplete | Path does not match |
20 | app_register | /register/{role} | Path does not match |
21 | edit_levels | /stock/edit-levels/{fridge_id} | Path does not match |
22 | edit_order_old | /stock/edit-order/{fridge_id}/{start_date} | Path does not match |
23 | edit_levels_week | /stock/edit-levels-week/{fridge_id}/{start_date} | Path does not match |
24 | copy_stocks | /stock/copy/{fridge_id}/{start_date} | Path does not match |
25 | stock_calendar | /stock/calendar/{fridge_id}/{year}/{month} | Path does not match |
26 | sync_fridge | /sync/fridge/ | Path does not match |
27 | sync_producttype | /sync/product-type/ | Path does not match |
28 | sync_product | /sync/product/ | Path does not match |
29 | sync_manual | /sync/manual | Path does not match |
30 | browse_user | /user/browse | Path does not match |
31 | edit_user | /admin/users/edit/{user_id} | Path does not match |
32 | _preview_error | /_error/{code}.{_format} | Path does not match |
33 | _wdt | /_wdt/{token} | Path does not match |
34 | _profiler_home | /_profiler/ | Path does not match |
35 | _profiler_search | /_profiler/search | Path does not match |
36 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
37 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
38 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
39 | _profiler_open_file | /_profiler/open | Path does not match |
40 | _profiler | /_profiler/{token} | Path does not match |
41 | _profiler_router | /_profiler/{token}/router | Path does not match |
42 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
43 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
44 | app_logout | /logout | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.