Просмотр файла www/news.php

Размер файла: 327B
<?php
error_reporting(15);
$rootpath="/home/kmx/includes/service/";
$versia=substr($_SERVER['QUERY_STRING'],0,2);
$_SERVER['QUERY_STRING']=substr($_SERVER['QUERY_STRING'],3);
switch ($versia)
	{
	case 'fr': include($rootpath."newsfree.php"); break;
	default: die('Error versia news-type: "'.$versia.'"');
	}
exit;
?>