View file tsn/inc/connect.php

File size: 128B
<?php
	if(!$str = get_curlopt($url, $c['b'], $c['p'], $site)) {
		$doc -> err('Нет соединения');
		die;
	} 
?>