diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-03-03 22:27:27 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-03-03 22:27:27 +0000 |
commit | e291e881104df2efc2f37b4e24f3c1f2ec9bec3f (patch) | |
tree | 167ec950fec360d0d6e30b5c194740f083575dca | |
parent | c864f23f2e3863b264165e878f60fe33e5728a40 (diff) |
Remove csrf verification from autocomplete handler
-rw-r--r-- | modules/local_import/controllers/admin_local_import.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/local_import/controllers/admin_local_import.php b/modules/local_import/controllers/admin_local_import.php index 0ff6ea83..8f0bbe41 100644 --- a/modules/local_import/controllers/admin_local_import.php +++ b/modules/local_import/controllers/admin_local_import.php @@ -70,8 +70,6 @@ class Admin_Local_Import_Controller extends Admin_Controller { } public function autocomplete() { - access::verify_csrf(); - $directories = array(); $path_prefix = $this->input->get("q"); foreach (glob("{$path_prefix}*") as $file) { |