summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2008-01-18 00:01:42 +0100
committerDerek Jones <derek.jones@ellislab.com>2008-01-18 00:01:42 +0100
commit646c04f97188b5b95ed14dbb3fc8a976c7c79322 (patch)
treeb8b9bc6f8f21b490b9d3fed273e48222aeb04659 /index.php
parentdd4fe956952f9f9fd3184c34e75d4be76f899b64 (diff)
removed $assign_to_controller - seems redundant all things considered
Diffstat (limited to 'index.php')
-rw-r--r--index.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/index.php b/index.php
index eb364ec03..85042d41d 100644
--- a/index.php
+++ b/index.php
@@ -42,20 +42,6 @@
*/
$application_folder = "application";
-
-/*
-|---------------------------------------------------------------
-| Default Controller Data Assignment
-|---------------------------------------------------------------
-|
-| If you need any data passed by default to your controllers you
-| can use this variable. When a controller class is instantiated
-| this data will be passed to the controller constructor.
-|
-*/
- $assign_to_controller = NULL;
-
-
/*
|===============================================================
| END OF USER CONFIGURABLE SETTINGS