From cf579558fa8c1e20af748146e4fe196d7c772c34 Mon Sep 17 00:00:00 2001
From: Derek Jones
Date: Thu, 11 Mar 2010 09:13:34 -0600
Subject: full on scaffolding removal
---
user_guide/general/routing.html | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
(limited to 'user_guide/general/routing.html')
diff --git a/user_guide/general/routing.html b/user_guide/general/routing.html
index 85e91af70..402e50a27 100644
--- a/user_guide/general/routing.html
+++ b/user_guide/general/routing.html
@@ -145,11 +145,6 @@ Higher routes will always take precedence over lower ones.
when people load your root URL. In the above example, the "welcome" class would be loaded. You
are encouraged to always have a default route otherwise a 404 page will appear by default.
-$route['scaffolding_trigger'] = 'scaffolding';
-
-This route lets you set a secret word, which when present in the URL, triggers the scaffolding feature.
-Please read the Scaffolding page for details.
-
Important: The reserved routes must come before any wildcard or regular expression routes.
@@ -158,7 +153,7 @@ Please read the Scaffolding page for details.