commit | author | age | ||
3e083b | 1 | <?php |
B | 2 | |
3 | /** | |
4 | */ | |
5 | ||
6 | define('IN_ECS', true); | |
7 | ||
8 | require(dirname(__FILE__) . '/includes/init.php'); | |
9 | if (empty($_SESSION['user_id'])||$_CFG['integrate_code']=='ecshop') | |
10 | { | |
11 | ecs_header('Location:./'); | |
12 | } | |
13 | ||
14 | uc_call("uc_pm_location", array($_SESSION['user_id'])); | |
15 | //$ucnewpm = uc_pm_checknew($_SESSION['user_id']); | |
16 | //setcookie('checkpm', ''); | |
17 | ||
18 | ?> |