This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* ----------------This probe is based on the YaHei.net probe------------------- */ | |
error_reporting(0); //Suppress all error messages | |
ini_set('display_errors','Off'); | |
@header("content-Type: text/html; charset=utf-8"); //Language coercion | |
ob_start(); | |
date_default_timezone_set(' Europe/Warsaw');//Time zone setting | |
$title = 'PHP Probe'; | |
$version = "v0.4.7"; //version | |
define('HTTP_HOST', preg_replace('~^www\.~i', '', $_SERVER['HTTP_HOST'])); |