From eea984859b4f369680152a44b67a4de942c2656a Mon Sep 17 00:00:00 2001 From: 8chan Date: Tue, 27 May 2014 23:45:05 +0000 Subject: [PATCH] Better remote errors --- post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);