root/ip/trunk/delete_users.php

119159
53
if (!defined('IP_ROOT_PATH')) define('IP_ROOT_PATH', './');
53
if (!defined('IP_ROOT_PATH')) define('IP_ROOT_PATH', './');
54
if (!defined('PHP_EXT')) define('PHP_EXT', substr(strrchr(__FILE__, '.'), 1));
54
if (!defined('PHP_EXT')) define('PHP_EXT', substr(strrchr(__FILE__, '.'), 1));
55
include(IP_ROOT_PATH . 'common.' . PHP_EXT);
55
include(IP_ROOT_PATH . 'common.' . PHP_EXT);
56
include(IP_ROOT_PATH . 'includes/digest_constants.' . PHP_EXT);
56
include_once(IP_ROOT_PATH . 'includes/digest_constants.' . PHP_EXT);
57
include(IP_ROOT_PATH . 'includes/functions_users_delete.' . PHP_EXT);
57
include_once(IP_ROOT_PATH . 'includes/functions_users_delete.' . PHP_EXT);
58
include(IP_ROOT_PATH . 'includes/emailer.' . PHP_EXT);
58
include_once(IP_ROOT_PATH . 'includes/emailer.' . PHP_EXT);
59
59
60
@set_time_limit(180);
60
@set_time_limit(180);
61
61