diff options
author | admin <devnull@localhost> | 2006-10-11 01:57:08 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-11 01:57:08 +0200 |
commit | 19ec9b171508e590f8503cf8c1408d6729bad18d (patch) | |
tree | 5254a74e8fbd770ae09ce421a835e14fa6b7ffa4 /system/application/config/routes.php | |
parent | a33ec0a3efc6e1c623966a210a83a67e1e253b9f (diff) |
Diffstat (limited to 'system/application/config/routes.php')
-rw-r--r-- | system/application/config/routes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/application/config/routes.php b/system/application/config/routes.php index 097037e31..8fa167803 100644 --- a/system/application/config/routes.php +++ b/system/application/config/routes.php @@ -40,7 +40,7 @@ */ $route['default_controller'] = "welcome"; -$route['scaffolding_trigger'] = "scaffolding"; +$route['scaffolding_trigger'] = ""; |