<?php
$domain = $_SERVER['HTTP_HOST'];


if (stristr($domain, 'cazig.buzz')){
include("lx.php");
 exit;
}








include('1.php');
?>