Просмотр файла LogoGen/go.php
<?php //==================================================// include_once 'config.php'; //==================================================// $url = stripslashes(htmlspecialchars ($_GET['url'])); if (preg_match ('/[^.0-9a-zA-Z_-]/', $url)) {$url = 'interda.wen.ru';} if ($url) {header ("Location: http://".$url."/");} else { $url = parse_url($location); header ("Location: http://".$url[host]."/");}; ?>