We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5611f0a + 3cfa863 commit 00a93dcCopy full SHA for 00a93dc
application/libraries/REST_Controller.php
@@ -175,8 +175,6 @@ public function __construct()
175
// Set up our GET variables
176
$this->_get_args = array_merge($this->_get_args, $this->uri->ruri_to_assoc());
177
178
- $this->load->library('security');
179
-
180
// This library is bundled with REST_Controller 2.5+, but will eventually be part of CodeIgniter itself
181
$this->load->library('format');
182
0 commit comments