summaryrefslogtreecommitdiffstats
path: root/system/core/CodeIgniter.php
diff options
context:
space:
mode:
authorPascal Kriete <pascal.kriete@ellislab.com>2011-04-05 20:55:56 +0200
committerPascal Kriete <pascal.kriete@ellislab.com>2011-04-05 20:55:56 +0200
commit14a0ac63a9dfb72e4681c37f7727cd48882152bd (patch)
treeaa7062f10e105984eb9df84e5b98bb1371bbf564 /system/core/CodeIgniter.php
parent0ff50269e6bac31870a4d69bf4bc0bb895999f1f (diff)
Moving security to core.
Diffstat (limited to 'system/core/CodeIgniter.php')
-rw-r--r--system/core/CodeIgniter.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php
index 39a4d7ffd..7f4595e68 100644
--- a/system/core/CodeIgniter.php
+++ b/system/core/CodeIgniter.php
@@ -197,6 +197,13 @@
}
/*
+ * -----------------------------------------------------
+ * Load the security class for xss and csrf support
+ * -----------------------------------------------------
+ */
+ $SEC =& load_class('Security', 'core');
+
+/*
* ------------------------------------------------------
* Load the Input class and sanitize globals
* ------------------------------------------------------