summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
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