Просмотр файла setweb.php
<?php setcookie("web", '1', time()+86400); $loc=htmlspecialchars($_GET['return']); if (!$_GET['return'])$loc='/index.php'; header("Location: $loc"); ?>
<?php setcookie("web", '1', time()+86400); $loc=htmlspecialchars($_GET['return']); if (!$_GET['return'])$loc='/index.php'; header("Location: $loc"); ?>