View file setweb.php

File size: 168B
<?php
setcookie("web", '1', time()+86400);
$loc=htmlspecialchars($_GET['return']);
if (!$_GET['return'])$loc='/index.php';
header("Location: $loc");
?>