mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-19 09:27:24 +01:00
Better remote errors
This commit is contained in:
parent
59b4443e71
commit
b078bf6a04
2
post.php
2
post.php
@ -329,7 +329,7 @@ if (isset($_POST['delete'])) {
|
|||||||
curl_setopt($curl, CURLOPT_PROTOCOLS, CURLPROTO_HTTP | CURLPROTO_HTTPS);
|
curl_setopt($curl, CURLOPT_PROTOCOLS, CURLPROTO_HTTP | CURLPROTO_HTTPS);
|
||||||
|
|
||||||
if (curl_exec($curl) === false)
|
if (curl_exec($curl) === false)
|
||||||
error($config['error']['nomove']);
|
error($config['error']['nomove'] . '<br/>Curl says: ' . curl_error($curl));
|
||||||
|
|
||||||
curl_close($curl);
|
curl_close($curl);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user