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