You are here

function fac_stage_file_proxy_excluded_paths_alter in Fast Autocomplete 7

Implements hook_stage_file_proxy_excluded_paths_alter().

File

./fac.module, line 483
This file contains the main functions of the Fast Autocomplete module.

Code

function fac_stage_file_proxy_excluded_paths_alter(&$excluded_paths) {
  $excluded_paths[] = '/fac-json';
}