Файл: info/cat.php
Строк: 52
<?php
include_once '../sys/inc/start.php';
include_once '../sys/inc/compress.php';
include_once '../sys/inc/sess.php';
include_once '../sys/inc/home.php';
include_once '../sys/inc/settings.php';
include_once '../sys/inc/db_connect.php';
include_once '../sys/inc/ipua.php';
include_once '../sys/inc/fnc.php';
include_once '../sys/inc/user.php';
include_once '../sys/inc/thead.php';
title();
$file = file_get_contents("https://ka4ka.ru/info/news/?".$_SERVER['QUERY_STRING']);
$file = str_replace('/info/news/index.php', 'cat.php',$file);
$file = str_replace('./?act=print', 'file.php?act=print',$file);
include_once 'config.php';
$file = str_replace('item-wrap','main_menu',$file);
echo $file;
echo "</div>";
include_once '../sys/inc/tfoot.php';
?>