Changeset 2032 in ExiteCMS for trunk/getfile.php
- Timestamp:
- 11/15/08 14:39:40 (4 years ago)
- File:
-
- 1 edited
-
trunk/getfile.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/getfile.php
r2030 r2032 438 438 $filepath = $cat['fd_path'].$cat['fd_this_dir']; 439 439 $downloadname = $cat['files'][$file_id]['name']; 440 break; 440 441 } 441 442 } … … 448 449 // add the download to the statistics tables 449 450 $on_map = empty($settings['dlstats_geomap_regex']) || preg_match($settings['dlstats_geomap_regex'], trim($filepath.$filename)); 450 log_download($ filepath.$filename, USER_IP, $on_map, 1, time());451 log_download($cat['fd_this_dir'].$filename, USER_IP, $on_map, 1, time()); 451 452 break; 452 453
Note: See TracChangeset
for help on using the changeset viewer.
