if (!$_GET['seccion']) { die ("Acceso directo no permitido") }
<?phpif (!$_GET['seccion']) { ?><script>location="index.php";</script><?php } ?>