From fd77f5eca4226d608b372e2edc11d7b39b439205 Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 17 Sep 2006 22:12:26 +0000 Subject: --- system/application/config/routes.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'system/application/config') diff --git a/system/application/config/routes.php b/system/application/config/routes.php index dc8a32d01..b86cf9182 100644 --- a/system/application/config/routes.php +++ b/system/application/config/routes.php @@ -41,12 +41,10 @@ $route['default_controller'] = "welcome"; -$route['scaffolding_trigger'] = "scaffolding"; +$route['scaffolding_trigger'] = ""; // Define your own routes below ------------------------------------------- -$route['products/([a-z]+)/(\d+)'] = "bamo/$1/a$2"; - ?> \ No newline at end of file -- cgit v1.2.3-24-g4f1b