diff --git a/post.php b/post.php index 5a7f8d09..1ab8e8da 100644 --- a/post.php +++ b/post.php @@ -329,7 +329,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);