summaryrefslogtreecommitdiffstats
path: root/user_guide/general/routing.html
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2010-03-11 16:13:34 +0100
committerDerek Jones <derek.jones@ellislab.com>2010-03-11 16:13:34 +0100
commitcf579558fa8c1e20af748146e4fe196d7c772c34 (patch)
tree2819713c70ae9bac26c9a4801337c48a40d00c56 /user_guide/general/routing.html
parent2ede2f6e8e9f2cde7402a88906d091011f7885ec (diff)
full on scaffolding removal
Diffstat (limited to 'user_guide/general/routing.html')
-rw-r--r--user_guide/general/routing.html7
1 files changed, 1 insertions, 6 deletions
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.</p>
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.</p>
-<code>$route['scaffolding_trigger'] = 'scaffolding';</code>
-
-<p>This route lets you set a secret word, which when present in the URL, triggers the scaffolding feature.
-Please read the <a href="scaffolding.html">Scaffolding</a> page for details.</p>
-
<p class="important"><strong>Important:</strong>&nbsp; The reserved routes must come before any wildcard or regular expression routes.</p>
</div>
@@ -158,7 +153,7 @@ Please read the <a href="scaffolding.html">Scaffolding</a> page for details.</p>
<div id="footer">
<p>
-Previous Topic:&nbsp;&nbsp;<a href="scaffolding.html">Scaffolding</a>
+Previous Topic:&nbsp;&nbsp;<a href="common_functions.html">Common Functions</a>
&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;
<a href="#top">Top of Page</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;
<a href="../index.html">User Guide Home</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;