Code Duplication    Length = 1-1 lines in 2 locations

doc/rpm-build/checkout-build-archives.php 1 location

@@ 498-498 (lines=1) @@
495
	curl_setopt($c, CURLOPT_URL, $url);
496
497
	if (is_string($data)) $short_data = strlen($data) > 100 ? substr($data, 0, 100).' ...' : $data;
498
	if ($verbose) echo "Sending $method request to $url ".(isset($short_data)&&$method!='GET'?$short_data:'')."\n";
499
500
	if (($response = curl_exec($c)) === false)
501
	{

install-cli.php 1 location

@@ 304-304 (lines=1) @@
301
	curl_setopt($c, CURLOPT_URL, $url);
302
303
	if (is_string($data)) $short_data = strlen($data) > 100 ? substr($data, 0, 100).' ...' : $data;
304
	if ($verbose) echo "Sending $method request to $url ".(isset($short_data)&&$method!='GET'?$short_data:'')."\n";
305
306
	if (($response = curl_exec($c)) === false)
307
	{