Просмотр файла LogoGen/head.php

Размер файла: 985B
<?php
/*
LogoGen by Magistr v2.0.0
Автор: Magistr
Сайт: http://interda.wen.ru
ICQ: 237352
E-mail: wap-help[ряв!]yandex.ru
*/
header ("Content-Type: text/html; charset=utf-8");
//==================================================//
	include_once 'config.php';						# Инклюдим настройки
//==================================================//
$url = stripslashes(htmlspecialchars ($_GET['url']));
if (preg_match ('/[^.0-9a-zA-Z\/_-]/', $url)) {$url = 'interda.wen.ru';}
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="ru">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title><?php echo $title; ?></title>
<meta name="Keywords" content="<?php echo $keywords; ?>">
<meta name="Description" content="<?php echo $description; ?>">
<link rel="stylesheet" type="text/css" media="handheld, screen, all" href="<?php echo $location; ?>style/style.css">
</head>
<body>