root/ip/trunk/sitemap.php
| 150 | 159 | ||
|---|---|---|---|
12 | if (!defined('IP_ROOT_PATH')) define('IP_ROOT_PATH', './'); | 12 | if (!defined('IP_ROOT_PATH')) define('IP_ROOT_PATH', './'); |
13 | if (!defined('PHP_EXT')) define('PHP_EXT', substr(strrchr(__FILE__, '.'), 1)); | 13 | if (!defined('PHP_EXT')) define('PHP_EXT', substr(strrchr(__FILE__, '.'), 1)); |
14 | include(IP_ROOT_PATH . 'common.' . PHP_EXT); | 14 | include(IP_ROOT_PATH . 'common.' . PHP_EXT); |
15 | include(IP_ROOT_PATH . 'includes/class_archives.' . PHP_EXT); | 15 | include_once(IP_ROOT_PATH . 'includes/class_archives.' . PHP_EXT); |
16 | include_once(IP_ROOT_PATH . 'includes/functions_admin.' . PHP_EXT); | 16 | include_once(IP_ROOT_PATH . 'includes/functions_admin.' . PHP_EXT); |
17 | 17 | ||
18 | @set_time_limit(0); | 18 | @set_time_limit(0); |
Download diff