Просмотр файла top/index.php

Размер файла: 931B
<?php  include "inc/data.php"; ?>
<HTML>
<HEAD>
<title><?php echo top_title; ?></title>
<meta http-equiv=Content-Type content="text/html; charset=windows-1251">
<meta http-equiv="Cache-Control" content="no-cache , must-revalidate , private , no-store , s-maxage=0 , max-age=0 , post-check=0 , pre-check=0">
<meta name=copyright content="Art-Soft Project , http://art-soft.ru">
<META NAME="distribution" CONTENT="Global">
<META HTTP-EQUIV="EXPIRES" CONTENT="0">
<META NAME="RESOURCE-TYPE" CONTENT="DOCUMENT">
<META NAME="REVISIT-AFTER" CONTENT="1 DAYS">
<META NAME="rating" CONTENT="General">
<meta name="robots" content="All Index">
<meta content=rus name=language>
<LINK href="style.css" type="text/css" rel="stylesheet">
</HEAD>
<BODY>
<?php
if (isset($_GET['action'])) $action = "./inc/".htmlspecialchars(trim($_GET['action'])); else $action = "top";
include $action.".php";
?>
<p>&nbsp;</p>
</BODY></HTML>