]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update urls to stackoverflow.com to "HTTPS" 22919/head
authorJ0WI <J0WI@users.noreply.github.com>
Thu, 17 Sep 2020 15:37:30 +0000 (17:37 +0200)
committerJ0WI <J0WI@users.noreply.github.com>
Thu, 17 Sep 2020 15:38:27 +0000 (17:38 +0200)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
apps/dav/lib/Upload/AssemblyStream.php
apps/workflowengine/lib/Check/RequestRemoteAddress.php

index ecd73cdf518551ea8306bc96929e08600034d1a1..e42a1ceb9e5b89b557a1965c7a03e806e3f4884f 100644 (file)
@@ -73,7 +73,7 @@ class AssemblyStream implements \Icewind\Streams\File {
                $this->loadContext('assembly');
 
                $nodes = $this->nodes;
-               // http://stackoverflow.com/a/10985500
+               // https://stackoverflow.com/a/10985500
                @usort($nodes, function (IFile $a, IFile $b) {
                        return strnatcmp($a->getName(), $b->getName());
                });
index 00d3d9b2577ed9800d3806601120228d3c98a183..abc13bf9e3803e4649b06cd04f1f3da1a3192fcd 100644 (file)
@@ -95,7 +95,7 @@ class RequestRemoteAddress implements ICheck {
        }
 
        /**
-        * Based on http://stackoverflow.com/a/594134
+        * Based on https://stackoverflow.com/a/594134
         * @param string $ip
         * @param string $rangeIp
         * @param int $bits
@@ -109,7 +109,7 @@ class RequestRemoteAddress implements ICheck {
        }
 
        /**
-        * Based on http://stackoverflow.com/a/7951507
+        * Based on https://stackoverflow.com/a/7951507
         * @param string $ip
         * @param string $rangeIp
         * @param int $bits
@@ -128,7 +128,7 @@ class RequestRemoteAddress implements ICheck {
        }
 
        /**
-        * Based on http://stackoverflow.com/a/7951507
+        * Based on https://stackoverflow.com/a/7951507
         * @param string $packedIp
         * @return string
         */