View file setwap.php

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