View file view.php

File size: 206B
<?
include 'set.php';
###############################Начало Граба
$file = file ("".$sit."view.php?$QUERY_STRING");
$file = implode ("",$file);
include 'rep.php';
include 'ssylki.php';
echo $file;
?>