From 6c67aab0f74b8ccbadfb9a23a00b5a1405d4eed5 Mon Sep 17 00:00:00 2001 From: master3395 Date: Tue, 1 Mar 2016 22:46:50 +0100 Subject: [PATCH] Adding HTTPs for tumblr link Adding HTTPs for tumblr link --- admin/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/index.php b/admin/index.php index 913c8c5..a7f6151 100644 --- a/admin/index.php +++ b/admin/index.php @@ -212,7 +212,7 @@ case 'tumblr': // share with Tumblr - $destination = sprintf( "http://www.tumblr.com/share?v=3&u=%s&t=%s&s=%s", urlencode( $return['shorturl'] ), urlencode( $title ), urlencode( $text ) ); + $destination = sprintf( "https://www.tumblr.com/share?v=3&u=%s&t=%s&s=%s", urlencode( $return['shorturl'] ), urlencode( $title ), urlencode( $text ) ); yourls_redirect( $destination, 303 ); // Deal with the case when redirection failed: -- 2.45.0