|
Lines 384-389
my $target_map = {
Link Here
|
| 384 |
'./suggestion' => 'INTRANET_CGI_DIR', |
384 |
'./suggestion' => 'INTRANET_CGI_DIR', |
| 385 |
'./svc' => 'INTRANET_CGI_DIR', |
385 |
'./svc' => 'INTRANET_CGI_DIR', |
| 386 |
'./t' => 'NONE', |
386 |
'./t' => 'NONE', |
|
|
387 |
'./xt' => 'NONE', |
| 387 |
'./tags' => 'INTRANET_CGI_DIR', |
388 |
'./tags' => 'INTRANET_CGI_DIR', |
| 388 |
'./tmp' => 'NONE', # FIXME need to determine whether |
389 |
'./tmp' => 'NONE', # FIXME need to determine whether |
| 389 |
# Koha generates any persistent temp files |
390 |
# Koha generates any persistent temp files |
| 390 |
- |
|
|