Файл: info/index.php
Строк: 47
<?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/");
$file = str_replace('./?act=print', 'file.php?act=print',$file);
$file = str_replace('./?act=razdel', 'cat.php?act=razdel',$file);
include_once 'config.php';
echo $file;
echo "</div>";
include_once '../sys/inc/tfoot.php';
?>