Skip to content

Commit af239ad

Browse files
author
Phil Sturgeon
committed
Enabled Security
1 parent cb66c01 commit af239ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/libraries/REST_Controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public function __construct()
170170
// Set up our GET variables
171171
$this->_get_args = array_merge($this->_get_args, $this->uri->ruri_to_assoc());
172172

173-
//$this->load->library('security');
173+
$this->load->library('security');
174174

175175
// This library is bundled with REST_Controller 2.5+, but will eventually be part of CodeIgniter itself
176176
$this->load->library('format');

0 commit comments

Comments
 (0)