You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
246 B
10 lines
246 B
<?php
|
|
|
|
defined('IN_IA') or exit('Access Denied');
|
|
isetcookie('__session', '', -10000);
|
|
isetcookie('__iscontroller', '', -10000);
|
|
$forward = $_GPC['forward'];
|
|
if (empty($forward)) {
|
|
$forward = $_W['siteroot'];
|
|
}
|
|
header('Location:' . $forward);
|