123456789101112131415 |
- <?php
-
- defined('IN_IA') or exit('Access Denied');
- isetcookie('__session', '', -10000);
- isetcookie('__switch', '', -10000);
-
- $forward = $_GPC['forward'];
- if (empty($forward)) {
- $forward = './?refersh';
- }
-
- header('Location:' . $_W['siteroot']);
|