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

@@ 357-357 (lines=1) @@
354
	curl_setopt($c, CURLOPT_URL, $url);
355
356
	if (is_string($data)) $short_data = strlen($data) > 100 ? substr($data, 0, 100).' ...' : $data;
357
	if ($verbose) echo "Sending $method request to $url ".(isset($short_data)&&$method!='GET'?$short_data:'')."\n";
358
359
	if (($response = curl_exec($c)) === false)
360
	{