1
0
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:
8chan 2014-05-27 23:45:05 +00:00 committed by Fredrick Brennan
parent 963982025f
commit 3220fbd5e4

View File

@ -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);