diff --git a/post.php b/post.php index ba6a7a73..d1c2b086 100644 --- a/post.php +++ b/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'] . '
Curl says: ' . curl_error($curl)); curl_close($curl);