From de70dbb64286dda89e21a52042ddef0fbbc0ebe1 Mon Sep 17 00:00:00 2001 From: vlakoff Date: Tue, 15 Apr 2014 16:46:03 +0200 Subject: Fix in $_protected array of register_globals security procedure * Followup to b78a8c7d40446a3e2e36772706662fd033fe7d1d * Just FYI, renamed to "system_path" in 0c1e405437ceb3c1888e151e6a400653310ad6c1 --- system/core/CodeIgniter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php index 4f625b143..9df042f02 100644 --- a/system/core/CodeIgniter.php +++ b/system/core/CodeIgniter.php @@ -89,7 +89,7 @@ if ( ! is_php('5.4')) '_COOKIE', 'GLOBALS', 'HTTP_RAW_POST_DATA', - 'system_folder', + 'system_path', 'application_folder', 'view_folder', '_protected', -- cgit v1.2.3-24-g4f1b