doc/rpm-build/checkout-build-archives.php 1 location
|
@@ 553-553 (lines=1) @@
|
| 550 |
|
throw new Exception("$method request to $url failed ".(isset($short_data)&&$method!='GET'?$short_data:'')); |
| 551 |
|
} |
| 552 |
|
|
| 553 |
|
if ($verbose) echo (strlen($response) > 200 ? substr($response, 0, 200).' ...' : $response)."\n"; |
| 554 |
|
|
| 555 |
|
curl_close($c); |
| 556 |
|
|
install-cli.php 1 location
|
@@ 415-415 (lines=1) @@
|
| 412 |
|
throw new Exception("$method request to $url failed ".(isset($short_data)&&$method!='GET'?$short_data:'')); |
| 413 |
|
} |
| 414 |
|
|
| 415 |
|
if ($verbose) echo (strlen($response) > 200 ? substr($response, 0, 200).' ...' : $response)."\n"; |
| 416 |
|
|
| 417 |
|
curl_close($c); |
| 418 |
|
|