<?php if(preg_match('#menu.php#si',$_SERVER['PHP_SELF'])) {header('Location: index.php');exit(); } ?>
<?php if(eregi('menu.php',$_SERVER['PHP_SELF'])) {header('Location: index.php');exit(); } ?>