diff options
author | admin <devnull@localhost> | 2006-10-08 09:21:12 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-08 09:21:12 +0200 |
commit | 10c3f41cbe5bd3bb66fd106cc9fb171ffcc7364b (patch) | |
tree | 7477d21d33dd07221425685756561c3bbd386217 /system/application/config/routes.php | |
parent | 86d4e993d9ea21f28124b80f3d0c161aea681cb6 (diff) |
Diffstat (limited to 'system/application/config/routes.php')
-rw-r--r-- | system/application/config/routes.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/system/application/config/routes.php b/system/application/config/routes.php index 468ff0ab5..097037e31 100644 --- a/system/application/config/routes.php +++ b/system/application/config/routes.php @@ -40,9 +40,7 @@ */ $route['default_controller'] = "welcome"; -$route['scaffolding_trigger'] = ""; - -// Define your own routes below ------------------------------------------- +$route['scaffolding_trigger'] = "scaffolding"; |