Browse Source

Update urls to stackoverflow.com to "HTTPS"

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
tags/v20.0.0RC1
J0WI 3 years ago
parent
commit
1639289b95

+ 1
- 1
apps/dav/lib/Upload/AssemblyStream.php View 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());
});

+ 3
- 3
apps/workflowengine/lib/Check/RequestRemoteAddress.php View 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
*/

Loading…
Cancel
Save