View file xmyx.ru/sys/fnc/license.php

File size: 191B
<?
if (!function_exists('copyright')) 
{
	function copyright($fiera)
	{
		return preg_replace("#</div>(\n|\r)*</body>#i", "</div>\n</body>", $fiera);
	}
	ob_start ("copyright");
}
?>