uawdijnntqw1x1x1
IP : 216.73.216.155
Hostname : vm5018.vps.agava.net
Kernel : Linux vm5018.vps.agava.net 3.10.0-1127.8.2.vz7.151.14 #1 SMP Tue Jun 9 12:58:54 MSK 2020 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
var
/
www
/
iplanru
/
data
/
www
/
test
/
..
/
iplan.5018.vps.agava.net
/
cache
/
template
/
gzip.php
/
/
<?php /** * @package Warp Theme Framework * @author YOOtheme http://www.yootheme.com * @copyright Copyright (C) YOOtheme GmbH * @license http://www.gnu.org/licenses/gpl.html GNU/GPL */ // set gzip handler if (extension_loaded('zlib') && !ini_get('zlib.output_compression')) @ob_start('ob_gzhandler'); // include file if (isset($_SERVER['QUERY_STRING']) && $_SERVER['QUERY_STRING']) { $query = (string) preg_replace('/[^A-Z0-9_\.-]/i', '', $_SERVER['QUERY_STRING']); if (($file = realpath(dirname(__FILE__).DIRECTORY_SEPARATOR.$query)) && is_file($file)) { if ($type = pathinfo($file, PATHINFO_EXTENSION)) { // set header if ($type == 'css') header('Content-type: text/css; charset=UTF-8'); if ($type == 'js') header('Content-type: application/x-javascript'); header('Cache-Control: max-age=86400'); // load file include($file); } } }
/var/www/iplanru/data/www/test/../iplan.5018.vps.agava.net/cache/template/gzip.php