root/ip/tags/release_1_3_0_53/includes/prune.php
| 111 | 163 | ||
|---|---|---|---|
20 | die('Hacking attempt'); | 20 | die('Hacking attempt'); |
21 | } | 21 | } |
22 | 22 | ||
23 | include_once(IP_ROOT_PATH . 'includes/functions_search.' . PHP_EXT); | ||
24 | include_once(IP_ROOT_PATH . 'includes/functions_upi2db.' . PHP_EXT); | ||
23 | include_once(IP_ROOT_PATH . ATTACH_MOD_PATH . 'includes/functions_delete.' . PHP_EXT); | 25 | include_once(IP_ROOT_PATH . ATTACH_MOD_PATH . 'includes/functions_delete.' . PHP_EXT); |
24 | require(IP_ROOT_PATH . 'includes/functions_search.' . PHP_EXT); | ||
25 | 26 | ||
26 | function prune($forum_id, $prune_date, $prune_all = false) | 27 | function prune($forum_id, $prune_date, $prune_all = false) |
27 | { | 28 | { |
Download diff