mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 03:19:13 -04:00
Remove csrf verification from autocomplete handler
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user