Click here to continue. Bấm vào đây để tiếp tục.';
exit;}}
/*
if(preg_match('/\/index\.php\//', $_SERVER['REQUEST_URI'])){
header('location:'.str_replace('/index.php','/forum',$_SERVER['REQUEST_URI']));
exit;}
*/
if(preg_match('/\/index\.php/', $_SERVER['REQUEST_URI'])){
header('location:'.str_replace('/index.php','/index',$_SERVER['REQUEST_URI']));
exit;}
header('location:/index');
?>